-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
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
34
35
36
37
38
39
40
{
"name": "eureka-construction-api",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-module": "ts-node src/scripts/generate-module-file.ts generate",
"dev": "nodemon --exec ts-node index.ts"
},
"author": "Nikhil Sachan",
"license": "ISC",
"dependencies": {
"cls-hooked": "^4.2.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"helmet": "^8.0.0",
"http-status-codes": "^2.3.0",
"pg": "^8.13.1",
"sequelize": "^6.37.5",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/cls-hooked": "^4.3.9",
"@types/commander": "^2.12.5",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.3",
"@types/express": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/helmet": "^4.0.0",
"@types/pg": "^8.11.10",
"@types/sequelize": "^4.28.20",
"commander": "^13.1.0",
"fs-extra": "^11.3.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}