-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 876 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
{
"name": "hng-user_org",
"version": "1.0.0",
"description": "HNG task 2",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"watch": "nodemon server.js",
"postinstall": "prisma generate"
},
"repository": {
"type": "git",
"url": "HNG-User_org"
},
"author": "PreciousIfeaka",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.16.1",
"bcrypt": "^5.1.1",
"chai-http": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-validator": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"chai": "^5.1.1",
"jest": "^29.7.0",
"mocha": "^10.6.0",
"nodemon": "^3.1.4",
"prisma": "^5.16.1",
"supertest": "^7.0.0"
}
}