-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
41
42
43
44
{
"name": "practice",
"version": "1.0.0",
"description": "last try",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/prashantkharade/project.git"
},
"author": "prashant",
"license": "ISC",
"bugs": {
"url": "https://github.com/prashantkharade/project/issues"
},
"homepage": "https://github.com/prashantkharade/project#readme",
"dependencies": {
"@prisma/client": "^5.19.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"joi": "^17.12.2",
"moment-timezone": "^0.5.45",
"mysql2": "^3.10.0",
"pdfkit": "^0.15.0",
"tsyringe": "^4.8.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.17",
"@types/node": "^20.3.1",
"@types/pdfkit": "^0.13.4",
"prisma": "^5.19.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"keywords": []
}