2023-12-19 01:37:22 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-12-20 13:03:16 +00:00
|
|
|
"cheerio": "^1.0.0-rc.12",
|
2023-12-19 01:37:22 +00:00
|
|
|
"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",
|
2023-12-23 21:34:49 +00:00
|
|
|
"typedoc": "^0.25.4",
|
|
|
|
"typedoc-plugin-markdown": "^3.17.1",
|
2023-12-19 01:37:22 +00:00
|
|
|
"typescript": "^5.3.3"
|
|
|
|
}
|
|
|
|
}
|