-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
34
35
36
37
38
{
"name": "vg-labb",
"version": "1.0.0",
"description": "",
"main": "./index.ts",
"scripts": {
"test": "jest",
"test:db": "jest /tests/database.spec.ts",
"test:watch": "jest --watchAll",
"dev": "nodemon"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/validatorjs": "^3.15.5",
"jest": "^29.7.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/mongoose": "^5.11.97",
"@types/supertest": "^6.0.2",
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongodb": "^6.3.0",
"mongodb-memory-server": "^9.1.3",
"mongoose": "^8.0.3",
"nock": "^13.4.0",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"validatorjs": "^3.22.1"
}
}