-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "globo_backend",
"version": "1.0.0",
"type": "module",
"description": "backend application for Globo",
"main": "index.js",
"scripts": {
"start": "node --env-file=.env ./dist/index.js",
"start_prod": "node ./dist/index.js",
"build": "npx tsc-esm",
"dev": "clear &&npx tsx watch --env-file=.env src/index.ts"
},
"keywords": [
"backend",
"nodejs",
"api",
"services"
],
"author": "arpit",
"license": "ISC",
"devDependencies": {
"@digitak/tsc-esm": "^3.1.4",
"@prisma/client": "^5.20.0",
"@types/bcryptjs": "^2.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/uuid": "^10.0.0",
"i": "^0.3.7",
"npm": "^10.8.1",
"prettier": "^3.2.5",
"prisma": "^5.20.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.4"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"chalk": "^5.3.0",
"cloudinary": "^2.1.0",
"cloudinary-build-url": "^0.2.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
"expresss": "^0.0.0",
"groq-sdk": "^0.5.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"redis": "^4.6.14",
"tsx": "^4.16.5",
"uuid": "^10.0.0",
"winston": "^3.13.0",
"zod": "^3.22.4"
}
}