Files
Discord-Bot-Builder/package.json
valentijn 560dffcbf8 test
2024-01-14 19:21:17 +01:00

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"
}
}