-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 867 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
{
"name": "couchparty",
"version": "0.0.4",
"description": "",
"main": "server.ts",
"scripts": {
"push": "npm version patch && git push",
"front-update": "cd front && npm i && npm update",
"back-update": "cd back && npm i && npm update",
"update": "npm run front-update && npm run back-update",
"front-build": "cd front && npm run build",
"back-build": "cd back && npm run build",
"build": "npm run update && npm run front-build && npm run back-build",
"start": "cd back && npm run start",
"dev": "cd back && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JGreenlee/couchparty.git"
},
"author": "Jack Greenlee",
"license": "ISC",
"bugs": {
"url": "https://github.com/JGreenlee/couchparty/issues"
},
"homepage": "https://github.com/JGreenlee/couchparty#readme"
}