Website/package.json

27 lines
523 B
JSON
Raw Normal View History

2024-06-16 20:59:21 +02:00
{
"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": {
2024-06-24 23:54:38 +02:00
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
2024-06-18 08:09:55 +02:00
"ejs": "^3.1.10",
2024-06-24 23:54:38 +02:00
"express": "^4.19.2",
"node-fetch": "^3.3.2"
2024-06-16 20:59:21 +02:00
},
"devDependencies": {
"@types/express": "^4.17.21"
}
}