Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
823 B
JSON
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.3",
|
|
"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"
|
|
}
|
|
}
|