forked from RetricSu/gw-gitcoin-instruction
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 760 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "gw-gitcoin-instruction",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:jordanmack/gw-gitcoin-instruction.git",
"author": "Nervos",
"license": "MIT",
"scripts": {
"install-2": "yarn install --cwd src/examples/2-deploy-contract",
"install-3": "yarn install --cwd src/examples/3-call-contract",
"install-5": "yarn install --cwd src/examples/5-erc20-proxy",
"install-6": "yarn install --cwd src/examples/6-bridge",
"install-8": "yarn install --cwd src/examples/8-bridge-integration",
"install-11": "yarn install --cwd src/examples/11-tron",
"install-all": "yarn install-2 && yarn install-3 && yarn install-5 && yarn install-6 && yarn install-8 && yarn install-11"
}
}