-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.41 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.41 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
{
"name": "pg-price-dashboard",
"version": "1.0.0",
"description": "[](https://travis-ci.org/DanielLin9406/fullstack-priceDashboard)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"npm start --prefix services/prices\" \"npm start --prefix services/promotions\" \"npm start --prefix services/upgrade-rules\" \"npm start --prefix services/user\" \"npm run start:dev --prefix services/web\"",
"build": "npm run build --prefix services/prices && npm run build --prefix services/promotions && npm run build --prefix services/upgrade-rules && npm run build --prefix services/user && npm run build:prod --prefix services/web",
"prod": "npm run prod --prefix services/prices && npm run prod --prefix services/promotions && npm run prod --prefix services/upgrade-rules && npm run prod --prefix services/user && npm run build:prod --prefix services/web"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielLin9406/fullstack-priceDashboard.git"
},
"author": "Daniel Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanielLin9406/fullstack-priceDashboard/issues"
},
"homepage": "https://github.com/DanielLin9406/fullstack-priceDashboard#readme",
"dependencies": {
"@terraform-visual/cli": "^0.2.1"
}
}