-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 808 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 808 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
{
"name": "zendrostarterpack",
"version": "0.5.6",
"description": "This is a collection of skeleton projects and code generators used to get a new user started with Zendro.",
"scripts": {
"codegen:build": "bash ./scripts/codegen-build.sh",
"codegen:run": "bash ./scripts/codegen-run.sh",
"dev": "bash ./scripts/up.sh dev",
"restart": "bash ./scripts/restart.sh",
"setup": "bash ./setup.sh",
"start": "bash ./scripts/up.sh prod",
"stop": "bash ./scripts/down.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zendro-dev/ZendroStarterPack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zendro-dev/ZendroStarterPack/issues"
},
"homepage": "https://github.com/Zendro-dev/ZendroStarterPack#readme"
}