-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 867 Bytes
/
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
{
"name": "social-media-app-express",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"serveo": "^0.0.0",
"socket.io": "^4.5.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.5.9",
"@types/pg": "^8.10.2",
"@types/socket.io": "^3.0.2",
"@types/uuid": "^9.0.3",
"bcrypt": "^5.1.1",
"concurrently": "^8.2.1",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.0.1",
"pg": "^8.11.3",
"postgres": "^3.3.5",
"typescript": "^5.2.2",
"uuid": "^9.0.1"
}
}