-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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": "extensive_typescript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon --config nodemon.json src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/mongodb": "^4.0.7",
"bcrypt": "^5.0.1",
"config": "^3.3.6",
"cors": "^2.8.5",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.14.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.11.3",
"nanoid": "^3.1.31",
"pino": "^7.5.1",
"pino-pretty": "^7.2.0",
"pm2": "^5.1.2"
},
"devDependencies": {
"@types/bcrypt": "^3.0.1",
"@types/body-parser": "^1.19.0",
"@types/config": "^0.0.38",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash": "^4.14.168",
"@types/mongoose": "^5.11.97",
"@types/nanoid": "^2.1.0",
"@types/node": "^15.0.1",
"@types/pino": "^6.3.8",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}