Files
Custom-Static-Website-Gener…/website-generator/package.json
dependabot[bot] b9f88a2190 Bump ejs from 3.1.3 to 3.1.7 in /website-generator
Bumps [ejs](https://github.com/mde/ejs) from 3.1.3 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.3...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 21:42:35 +00:00

37 lines
823 B
JSON

{
"name": "sheet-commerce",
"version": "1.0.0",
"description": "Create a store using a spreasheet ",
"main": "app.js",
"scripts": {
"test": "",
"start": "node app.js",
"dev": "node app.js"
},
"keywords": [
"Spreadsheet"
],
"author": "Nicole Egbuniwe Tobe & Akilan Selvacoumar",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"ejs": "^3.1.7",
"express": "^4.17.0",
"express-session": "^1.16.2",
"fs-extra": "^8.1.0",
"ipfs-http-client": "^44.0.3",
"joi": "^14.3.1",
"multer": "^1.4.1",
"mysql": "^2.17.1",
"mysql-promise": "^5.0.0",
"onoff": "^4.1.1",
"path": "^0.12.7",
"readline": "^1.3.0",
"regex": "^0.1.1",
"shelljs": "^0.8.5",
"sleep": "^6.1.0"
}
}