UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

51 lines 1.39 kB
{ "name": "@graphprotocol/graph-cli", "version": "0.37.2-alpha-20221219142030-0cf2a37", "license": "(Apache-2.0 OR MIT)", "description": "CLI for building for and deploying to The Graph", "dependencies": { "assemblyscript": "0.19.23", "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", "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" }, "publishConfig": { "access": "public" }, "scripts": { "test": "jest --verbose", "test:init": "jest tests/cli/init.test.js --verbose", "test:validation": "jest tests/cli/validation.test.js --verbose" } }