forked from polywrap/wrap-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 862 Bytes
/
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
{
"name": "@web3api/cli",
"version": "0.0.1-alpha.1",
"license": "MIT",
"bin": {
"w3": "bin/w3"
},
"scripts": {
"build": "rimraf ./build && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.18.0",
"@graphprotocol/graph-ts": "0.18.1",
"@textile/hub": "^0.3.3",
"@web3api/client-js": "0.0.1-alpha.1",
"@web3api/client-test-env": "0.0.1-alpha.1",
"assemblyscript": "0.14.7",
"axios": "0.19.2",
"chalk": "^4.1.0",
"fs-extra": "9.0.1",
"gluegun": "^4.3.1",
"ipfs-http-client": "45.0.0",
"js-yaml": "3.14.0",
"spawn-command": "0.0.2-1",
"ws": "^7.3.1"
},
"devDependencies": {
"@types/node": "^12.6.9",
"typescript": "^3.9.6",
"rimraf": "3.0.2"
},
"optionalDependencies": {
"keytar": "^5.0.1"
}
}