-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"dependencies": {
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"http": "^0.0.1-security",
"i": "^0.3.7",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"module": "^1.2.5",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"pg": "^8.10.0",
"pg-promise": "^11.4.3",
"react-modal": "^3.16.1",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.0"
},
"scripts": {
"start": "node server.js",
"db:init": "psql -f db/schema.sql",
"db:seed": "psql -f db/seed.sql",
"dev": "nodemon server.js"
},
"name": "team_6_capstone_backend",
"description": "",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Yiannar/Team_6_Capstone_Backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yiannar/Team_6_Capstone_Backend/issues"
},
"homepage": "https://github.com/Yiannar/Team_6_Capstone_Backend#readme"
}