forked from PharmaLedger-IMI/csc-workspace-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 4.06 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "csc-workspace",
"version": "0.1.3",
"description": "",
"scripts": {
"dev-install": "node ./bin/mkDevEnv.js && npm install",
"postinstall": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"npm run do-install\"",
"do-install": "node ./node_modules/octopus/scripts/ensureFreezeState.js && node ./node_modules/octopus/scripts/run",
"install-mobile": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run install-mobile\"",
"add": "node ./node_modules/octopus/scripts/add",
"remove": "node ./node_modules/octopus/scripts/remove",
"add-loader": "node ./node_modules/octopus/scripts/add",
"build": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/build\"",
"build-ssapps": "npm run build csc-site-ssapp && npm run build csc-sponsor-ssapp && npm run build csc-cmo-ssapp",
"build-all": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build\" && node ./bin/seedsBackupTool.js ",
"build-mobile": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build-mobile\"",
"build-android-apk": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build-android-apk\"",
"update": "node ./node_modules/octopus/scripts/update",
"bind-app": "node ./node_modules/octopus/scripts/bind --type=app",
"bind-wallet": "node ./node_modules/octopus/scripts/bind --type=wallet",
"server": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"cd privatesky && npm run start\"",
"apihub": "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",
"build-use-case": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build-use-case\" && node ./bin/seedsBackupTool.js",
"watch": "node ./bin/watcher/watcher.js",
"test": "npm run build && node ./privatesky/bin/scripts/testrunner.js --directory=./tests",
"coverage": "./node_modules/.bin/istanbul cover node ./privatesky/bin/scripts/testrunner.js --directory=./test",
"clean": "node ./bin/clean.js ./",
"clean-build": "npm run clean && npm run build privatesky && npm run build-all",
"build-web-ion": "node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run pre-build-web-cardinal-ion\"",
"freeze": "node ./node_modules/octopus/scripts/freeze dependencies install-mobile",
"docs": "node ./node_modules/octopus/scripts/run docs devmode",
"incversion": "npm --no-git-tag-version version patch",
"debug": "nodemon -e html,js,css,json --watch csc-sponsor-ssapp/code --ignore csc-sponsor-ssapp/code/constitution --ignore csc-sponsor-ssapp/code/scripts/bundles --exec \"npm run build csc-sponsor-ssapp\"",
"build-test": "cd themes/blue-csc-theme && npm run build-dossier && cd ../.. && npm run build csc-cmo-ssapp && npm run build csc-sponsor-ssapp && npm run build csc-site-ssapp && npm run build csc-courier-ssapp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PharmaLedger-IMI/fgt-workspace.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PharmaLedger-IMI/fgt-workspace/issues"
},
"homepage": "https://github.com/PharmaLedger-IMI/fgt-workspace#readme",
"engines": {
"node": "~12",
"npm": "~6"
},
"dependencies": {
"octopus": "git+https://github.com/PrivateSky/octopus.git"
},
"devDependencies": {
"form-data": "v3.0.0",
"fs-extra": "^9.0.9",
"git-describe": "^4.0.4",
"istanbul": "^0.4.5",
"jsdoc": "^3.6.6",
"markdown-include": "^0.4.3"
}
}