UNPKG

2.42 kBJSONView Raw
1{
2 "name": "@graphprotocol/graph-cli",
3 "version": "0.54.0-alpha-20230724180700-d5ce4e2",
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 "zod": "^3.21.4"
49 },
50 "devDependencies": {
51 "@types/debug": "^4.1.7",
52 "@types/fs-extra": "^9.0.13",
53 "@types/jest": "^29.0.0",
54 "@types/js-yaml": "^3.12.7",
55 "@types/node": "^20.3.2",
56 "@types/semver": "^7.3.13",
57 "@types/which": "^2.0.1",
58 "copyfiles": "^2.4.1",
59 "jest": "29.5.0",
60 "oclif": "3.8.1",
61 "spawn-command": "0.0.2-1",
62 "strip-ansi": "6.0.1",
63 "tern": "0.24.3",
64 "typescript": "^5.0.0",
65 "zod-to-json-schema": "^3.21.3"
66 },
67 "publishConfig": {
68 "access": "public"
69 },
70 "oclif": {
71 "bin": "graph",
72 "commands": "./dist/commands",
73 "additionalHelpFlags": [
74 "-h"
75 ],
76 "additionalVersionFlags": [
77 "-v"
78 ]
79 },
80 "scripts": {
81 "build": "tsc -b tsconfig.build.json && oclif manifest && oclif readme && copyfiles -u 1 src/**/*.graphql dist/ && node scripts/generate-json-schema.mjs",
82 "oclif:pack": "npm pack && pnpm oclif pack tarballs --no-xz && node scripts/rename-tarballs.mjs",
83 "test": "jest --verbose",
84 "test:add": "jest tests/cli/add.test.ts --verbose",
85 "test:init": "jest tests/cli/init.test.ts --verbose",
86 "test:validation": "jest tests/cli/validation.test.ts --verbose",
87 "type-check": "tsc --noEmit"
88 }
89}
\No newline at end of file