-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
47
{
"name": "mdvsh.co",
"description": "madhav's link shortener",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "ts-node src/app.ts",
"prod": "pm2 start pm2.json"
},
"dependencies": {
"@prisma/client": "2.23.0",
"@types/body-parser": "^1.19.0",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.10",
"@types/ejs": "^3.0.6",
"@types/express-ejs-layouts": "^2.3.2",
"@types/express-session": "^1.17.3",
"@types/morgan": "^1.9.2",
"@types/passport-local": "^1.0.33",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.2",
"google-auth-library": "^7.1.0",
"helmet": "^4.6.0",
"http-errors": "^1.7.2",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"passport-local": "^1.0.0",
"util": "^0.12.4"
},
"devDependencies": {
"@types/express": "4.17.12",
"@types/jsonwebtoken": "^8.5.1",
"@types/node": "12.20.13",
"prisma": "2.23.0",
"ts-node": "9.1.1",
"typescript": "4.3.2"
},
"engines": {
"node": ">=10.0.0"
}
}