-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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": "keyboard-social-media",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"dev": "nodemon",
"start": "npx tsc && node build/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.11",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"google-auth-library": "^9.13.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.8.0",
"ts-jest": "^29.1.2",
"validator": "^13.12.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/mongoose": "^5.11.97",
"@types/node": "^20.11.16",
"@types/socket.io": "^3.0.2",
"@types/validator": "^13.12.0",
"dotenv": "^16.4.1",
"jest": "^29.7.0",
"nodemon": "^3.0.3",
"rimraf": "^5.0.5",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}