bahnui/back/package.json

23 lines
461 B
JSON

{
"name": "bahnui-back",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^5.0.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@types/hafas-client": "^6.2.0",
"body-parser": "^1.20.3",
"express": "^4.21.1",
"hafas-client": "^6.3.2"
},
"type": "module"
}