-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "occupancy-epfl",
"version": "1.0.0",
"description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"serve": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoninfaure/occupancy-epfl.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/antoninfaure/occupancy-epfl/issues"
},
"homepage": "https://github.com/antoninfaure/occupancy-epfl#readme",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"mongoose": "^8.0.3",
"express": "^4.18.2"
}
}