{ "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" } }