-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.01 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.01 KB
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
{
"name": "workspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"frontend:install": "cd reactnd-contacts-complete && npm install",
"backend:install": "cd reactnd-contacts-server && npm install",
"frontend:test": "cd reactnd-contacts-complete && npm run test",
"backend:test": "cd reactnd-contacts-server && npm run test",
"frontend:build": "cd reactnd-contacts-complete && npm run build",
"backend:build": "cd reactnd-contacts-server && npm run build",
"frontend:deploy": "cd reactnd-contacts-complete && npm run deploy",
"backend:deploy": "cd reactnd-contacts-server && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anku580/Hosting-a-full-stack-application.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anku580/Hosting-a-full-stack-application/issues"
},
"homepage": "https://github.com/anku580/Hosting-a-full-stack-application#readme"
}