Webshop/package.json
2025-01-10 09:47:17 +01:00

21 lines
427 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.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"mysql": "^2.18.1",
"path": "^0.12.7"
}
}