-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
26 lines (26 loc) · 881 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
{
"name": "Altruize",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install --prefix client && npm install --prefix server && npm run build --prefix client",
"start": "npm start --prefix server",
"install": "npm i --prefix altruize && npm i --prefix client && npm i --prefix server",
"start:server": "nodemon index.js --prefix server",
"start:client": "npm start --prefix client",
"start:all": "concurrently \"npm run start:server\" \"npm run start:client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gsolde/Altruize.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gsolde/Altruize/issues"
},
"homepage": "https://github.com/gsolde/Altruize#readme"
}