-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 958 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": "tnme",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon --config nodemon.json src/app.ts"
},
"dependencies": {
"bcrypt": "^5.0.1",
"config": "^3.3.6",
"cors": "^2.8.5",
"dayjs": "^1.10.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.14",
"nanoid": "^3.1.23",
"pino": "^6.11.3",
"pino-pretty": "^5.0.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.0",
"@types/config": "^0.0.38",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.12",
"@types/jsonwebtoken": "^8.5.2",
"@types/lodash": "^4.14.170",
"@types/mongoose": "^5.11.97",
"@types/nanoid": "^3.0.0",
"@types/node": "^15.12.4",
"@types/pino": "^6.3.8",
"@types/yup": "^0.29.11",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
}
}