forked from energeticlee/firstTeamProject_goldenYears
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 999 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
{
"dependencies": {
"bcrypt": "^5.0.1",
"chart.js": "^3.4.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"method-override": "^3.0.0",
"mongoose": "^5.13.3",
"nodemon": "^2.0.12",
"session": "^0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"install-client": "cd client && npm install",
"build": "cd client && npm run build",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm run install-client && npm run build",
"dev": "nodemon server.js"
},
"name": "golden-years",
"description": "Steps BEFORE you start work",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/xyninja000/golden-years.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xyninja000/golden-years/issues"
},
"homepage": "https://github.com/xyninja000/golden-years#readme"
}