mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-01-31 03:34:57 +00:00
31 lines
683 B
JSON
31 lines
683 B
JSON
|
{
|
||
|
"name": "mensa-api",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "dist/index.js",
|
||
|
"scripts": {
|
||
|
"start": "NODE_PATH=./build node build/index.js",
|
||
|
"build": "tsc -p .",
|
||
|
"dev": "nodemon src/index.ts"
|
||
|
},
|
||
|
"author": "Jan Barfuss",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@types/cors": "^2.8.17",
|
||
|
"@types/morgan": "^1.9.9",
|
||
|
"axios": "^1.6.2",
|
||
|
"body-parser": "^1.20.2",
|
||
|
"cors": "^2.8.5",
|
||
|
"dotenv": "^16.3.1",
|
||
|
"express": "^4.18.2",
|
||
|
"morgan": "^1.10.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/express": "^4.17.21",
|
||
|
"@types/node": "^20.10.5",
|
||
|
"nodemon": "^3.0.2",
|
||
|
"ts-node": "^10.9.2",
|
||
|
"typescript": "^5.3.3"
|
||
|
}
|
||
|
}
|