23 lines
477 B
JSON
23 lines
477 B
JSON
{
|
|
"name": "crud-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"archiver": "^6.0.1",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.2",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.3",
|
|
"fs-extra": "^11.2.0",
|
|
"mysql": "^2.18.1",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|