-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.47 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
45
46
{
"name": "node-app-test",
"version": "1.0.0",
"scripts": {
"start": "NODE_PATH=./build node build/index.js",
"build": "tsc -p .",
"dev": "nodemon -L app/bootstrap/app.ts",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@types/npm": "^7.19.0",
"@types/passport-local": "^1.0.34",
"awilix": "^5.0.1",
"awilix-express": "^5.0.0",
"bcryptjs": "^2.4.3",
"dotenv": "^10.0.0",
"express": "^4.17.0",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"shallow-equal-object": "^1.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.2",
"@types/mongoose": "^5.11.97",
"@types/node": "^16.11.3",
"@types/passport": "^1.0.7",
"@types/passport-jwt": "^3.0.6",
"@types/uuid": "^8.3.1",
"jest": "^27.3.1",
"nodemon": "^2.0.14",
"supertest": "^6.1.6",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.4.4"
}
}