forked from dukenguyenxyz/CloudClinic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1.19 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
{
"name": "cloudclinic",
"version": "1.0.0",
"description": "<img src=\"./CloudClinic_Logo.svg\" width=\"240\"/>",
"main": "index.js",
"scripts": {
"start": "npm start --prefix \"./backend\"",
"backend": "npm run nodemon --prefix \"./backend\"",
"frontend": "npm start --prefix \"./frontend\"",
"concurrent": "npm run dev --prefix \"./backend\"",
"test": "npm run test --prefix \"./backend\"",
"cypress": "cd frontend && npm run cypress:open",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix \"./backend\"; (npm install --prefix \"./frontend\" && npm run build -prefix \"./frontend\")",
"install": "npm install --prefix \"./backend\"; npm install --prefix \"./frontend\"",
"seed": "npm seed --prefix \"./backend\""
},
"engines": {
"node": "14.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dukeraphaelng/CloudClinic.git"
},
"author": "Duke Nguyen, Hugh Greethead, Harry Buisman",
"license": "ISC",
"bugs": {
"url": "https://github.com/dukeraphaelng/CloudClinic/issues"
},
"homepage": "https://github.com/dukeraphaelng/CloudClinic#readme",
"dependencies": {},
"devDependencies": {}
}