-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1019 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
34
35
36
37
38
39
40
41
{
"name": "insightracker-api",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env nodemon"
},
"author": "dheeraj2002",
"license": "ISC",
"prisma": {
"schema": "src/prisma/schema.prisma"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^9.9.1",
"express": "^4.19.2",
"globals": "^15.9.0",
"nodemon": "^3.1.3",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.4.0"
},
"dependencies": {
"@prisma/client": "^5.15.1",
"@types/express": "^4.17.21",
"@types/typescript": "^2.0.0",
"@types/uuid": "^9.0.8",
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"jsonwebtoken": "^9.0.2",
"prisma": "^5.19.1",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"uuid": "^10.0.0"
}
}