forked from chartbrew/chartbrew
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 971 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 971 Bytes
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
{
"name": "chartbrew",
"version": "v3.11.1",
"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 && npx playwright 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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chartbrew/chartbrew.git"
},
"author": {
"email": "hello@chartbrew.com",
"name": "Chartbrew"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/charbrew/chartbrew/issues"
},
"homepage": "https://github.com/chartbrew/chartbrew",
"devDependencies": {
"vuepress": "^1.9.7"
}
}