Webshop/package.json

22 lines
452 B
JSON

{
"name": "sniper",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "Webshop Autohändler",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-session": "^1.18.1",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"path": "^0.12.7"
}
}