UNPKG

2.29 kBJSONView Raw
1{
2 "name": "@graphprotocol/graph-cli",
3 "version": "0.56.0-alpha-20230821070446-b86cfb8",
4 "description": "CLI for building for and deploying to The Graph",
5 "license": "(Apache-2.0 OR MIT)",
6 "engines": {
7 "node": ">=14"
8 },
9 "bin": {
10 "graph": "bin/run"
11 },
12 "main": "dist/index.js",
13 "files": [
14 "CHANGELOG.md",
15 "bin",
16 "dist",
17 "oclif.manifest.json",
18 "README.md",
19 "!dist/*.tar.gz"
20 ],
21 "dependencies": {
22 "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",
23 "@oclif/core": "2.8.6",
24 "@whatwg-node/fetch": "^0.8.4",
25 "assemblyscript": "0.19.23",
26 "binary-install-raw": "0.0.13",
27 "chalk": "3.0.0",
28 "chokidar": "3.5.3",
29 "debug": "4.3.4",
30 "docker-compose": "0.23.19",
31 "dockerode": "2.5.8",
32 "fs-extra": "9.1.0",
33 "glob": "9.3.5",
34 "gluegun": "5.1.2",
35 "graphql": "15.5.0",
36 "immutable": "4.2.1",
37 "ipfs-http-client": "55.0.0",
38 "jayson": "4.0.0",
39 "js-yaml": "3.14.1",
40 "prettier": "1.19.1",
41 "request": "2.88.2",
42 "semver": "7.4.0",
43 "sync-request": "6.1.0",
44 "tmp-promise": "3.0.3",
45 "web3-eth-abi": "1.7.0",
46 "which": "2.0.2",
47 "yaml": "1.10.2"
48 },
49 "devDependencies": {
50 "@types/debug": "^4.1.7",
51 "@types/fs-extra": "^9.0.13",
52 "@types/jest": "^29.0.0",
53 "@types/js-yaml": "^3.12.7",
54 "@types/semver": "^7.3.13",
55 "@types/which": "^2.0.1",
56 "copyfiles": "^2.4.1",
57 "jest": "29.5.0",
58 "oclif": "3.8.1",
59 "spawn-command": "0.0.2-1",
60 "strip-ansi": "6.0.1",
61 "tern": "0.24.3",
62 "typescript": "^5.0.0"
63 },
64 "publishConfig": {
65 "access": "public"
66 },
67 "oclif": {
68 "bin": "graph",
69 "commands": "./dist/commands",
70 "additionalHelpFlags": [
71 "-h"
72 ],
73 "additionalVersionFlags": [
74 "-v"
75 ]
76 },
77 "scripts": {
78 "build": "tsc -b tsconfig.build.json && oclif manifest && oclif readme && copyfiles -u 1 src/**/*.graphql dist/",
79 "oclif:pack": "npm pack && pnpm oclif pack tarballs --no-xz && node scripts/rename-tarballs.mjs",
80 "test": "jest --verbose",
81 "test:add": "jest tests/cli/add.test.ts --verbose",
82 "test:init": "jest tests/cli/init.test.ts --verbose",
83 "test:validation": "jest tests/cli/validation.test.ts --verbose",
84 "type-check": "tsc --noEmit"
85 }
86}
\No newline at end of file