23 lines
569 B
JSON
23 lines
569 B
JSON
|
{
|
||
|
"name": "webinterface",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Abhängigkeiten installieren:\r ```shell\r npm install express mongoose bcryptjs jsonwebtoken dotenv cors\r ```",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "node app.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"bcryptjs": "^2.4.3",
|
||
|
"cors": "^2.8.5",
|
||
|
"dotenv": "^16.4.5",
|
||
|
"express": "^4.21.1",
|
||
|
"jsonwebtoken": "^9.0.2",
|
||
|
"mongoose": "^8.7.3"
|
||
|
},
|
||
|
"devDependencies": {}
|
||
|
}
|