-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 808 Bytes
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
{
"name": "householdhomiesbackend",
"version": "1.0.0",
"description": "",
"main": "server.js", "scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client && npm run build"
},
"author": "householdhomies",
"license": "ISC",
"dependencies": {
"@freeclimb/sdk": "^1.2.0",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"lodash.assign": "^4.2.0",
"mongoose": "^6.0.11",
"passport": "^0.5.0",
"passport-local-mongoose": "^6.1.0",
"yarn": "^1.22.17"
}
}