forked from graphprotocol/graph-tooling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "@graphprotocol/graph-cli",
"version": "0.36.0",
"license": "(Apache-2.0 OR MIT)",
"description": "CLI for building for and deploying to The Graph",
"dependencies": {
"assemblyscript": "0.19.10",
"binary-install-raw": "0.0.13",
"chalk": "3.0.0",
"chokidar": "3.5.1",
"debug": "4.3.1",
"docker-compose": "0.23.4",
"dockerode": "2.5.8",
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",
"fs-extra": "9.0.0",
"glob": "7.1.6",
"gluegun": "https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep",
"graphql": "15.5.0",
"immutable": "3.8.2",
"ipfs-http-client": "34.0.0",
"jayson": "3.6.6",
"js-yaml": "3.13.1",
"node-fetch": "2.6.0",
"pkginfo": "0.4.1",
"prettier": "1.19.1",
"request": "2.88.2",
"semver": "7.3.5",
"sync-request": "6.1.0",
"tmp-promise": "3.0.2",
"web3-eth-abi": "1.7.0",
"which": "2.0.2",
"yaml": "1.9.2"
},
"bin": {
"graph": "bin/graph"
},
"devDependencies": {
"eslint": "6.8.0",
"jest": "26.0.0",
"spawn-command": "0.0.2-1",
"strip-ansi": "6.0.0",
"tern": "0.24.3"
},
"scripts": {
"test": "jest --verbose",
"test:init": "jest tests/cli/init.test.js --verbose",
"test:validation": "jest tests/cli/validation.test.js --verbose"
}
}