-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 2.23 KB
/
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
28
29
30
31
32
33
34
35
36
37
{
"name": "tutorial-workspace",
"version": "1.0.0",
"description": "",
"scripts": {
"dev-install": "node ./bin/mkDevEnv.js && npm install",
"postinstall": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run\"",
"add": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/add\"",
"remove": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/remove\"",
"add-loader": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/add\"",
"build": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/build\"",
"build-all": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build\"",
"update": "node ./node_modules/octopus/scripts/update",
"bind-app": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/bind --type=app\"",
"bind-wallet": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/bind --type=wallet\"",
"server": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"cd privatesky && npm run start\"",
"switch-to-release": "npm run remove privatesky && npm run add privatesky http://github.com/privatesky/psk-release.git 0",
"switch-to-dev": "npm run remove privatesky && npm run add privatesky http://github.com/privatesky/privatesky.git 0",
"watch": "node ./bin/watcher/watcher.js",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "node ./bin/clean.js ./",
"freeze": "node ./node_modules/octopus/scripts/freeze dependencies"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrivateSky/tutorial-workspace.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrivateSky/tutorial-workspace/issues"
},
"homepage": "https://github.com/PrivateSky/tutorial-workspace#readme",
"dependencies": {
"octopus": "git+http://github.com/privatesky/octopus.git"
}
}