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
28 lines (28 loc) 路 926 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) 路 926 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
{
"name": "chartbrew",
"version": "v5.3.1",
"packageManager": "npm@11.11.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"
},
"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"
}