Website/package.json
TudbuT 3498815d8f
All checks were successful
/ Push website to server (push) Successful in 13s
add login stub
2024-06-24 23:54:38 +02:00

26 lines
523 B
JSON

{
"type": "module",
"name": "website",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://git.tudbut.de/BaseBand/Website"
},
"author": "TudbuT",
"license": "UNLICENSED",
"description": "",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.10",
"express": "^4.19.2",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/express": "^4.17.21"
}
}