-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 1.14 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
{
"name": "examples-package",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "cross-env CMD=start node scripts/run_batch.js",
"start-on-chain": "cross-env CMD=start GROUP=onChain node scripts/run_batch.js",
"start-off-chain": "cross-env CMD=start GROUP=offChain node scripts/run_batch.js",
"clean": "cross-env CMD=clean node scripts/run_batch.js",
"install-examples": "cross-env CMD=install node scripts/run_batch.js",
"build": "cross-env CMD=build node scripts/run_batch.js",
"link": "cross-env CMD=link node scripts/run_batch.js",
"unlink": "cross-env CMD=unlink node scripts/run_batch.js",
"copy-artifacts": "sh ./scripts/copy_gh_artifacts.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TokenScript/token-negotiator-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TokenScript/token-negotiator-examples/issues"
},
"homepage": "https://github.com/TokenScript/token-negotiator-examples#readme",
"devDependencies": {
"concurrently": "^6.3.0",
"cross-env": "^7.0.3",
"shelljs": "^0.8.5",
"shx": "^0.3.3"
}
}