forked from chartbrew/chartbrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1022 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
{
"name": "chartbrew",
"version": "v2.4.0",
"description": "",
"main": "index.js",
"workspaces": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "npm run prepareSettings && npm install && cd client && npm install && cd ../server/ && npm install",
"prepareSettings": "echo n | cp -vipr .env-template .env | true && cd client && echo n | cp -vipr src/config/settings.template.js src/config/settings.js | true",
"client": "cd client && npm start",
"server": "cd server && npm run start-dev",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chartbrew/chartbrew.git"
},
"author": {
"email": "[email protected]",
"name": "Chartbrew"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/charbrew/chartbrew/issues"
},
"homepage": "https://github.com/chartbrew/chartbrew",
"devDependencies": {
"vuepress": "^1.9.7"
}
}