-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.08 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": "authservice",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"start": "nodemon server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@shelf/jest-mongodb": "^4.1.4",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.16",
"@types/express-validator": "^3.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/mongoose": "^5.11.97",
"@types/mongoose-unique-validator": "^1.0.7",
"@types/node": "^18.7.21",
"@types/nodemon": "^1.19.2",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bcrypt-ts": "^3.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.1",
"mongoose-unique-validator": "^3.1.0",
"node": "^18.9.1",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"winston": "^3.8.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}