-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.25 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
48
49
{
"name": "tgr-be",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --exec ./node_modules/.bin/ts-node src/index.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-fileupload": "^1.4.1",
"@types/node": "^20.4.0",
"@types/passport": "^1.0.12",
"@types/passport-google-oauth20": "^2.0.11",
"@types/uuid": "^9.0.2",
"nodemon": "^2.0.22",
"prisma": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@prisma/client": "^5.0.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cloudinary": "^1.37.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"esm": "^3.2.25",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^6.7.1",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.1",
"node-input-validator": "^4.5.1",
"nodemailer": "^6.9.3",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"uuid": "^9.0.0"
}
}