-
Notifications
You must be signed in to change notification settings - Fork 395
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.14 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.14 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@subql/cli",
"description": "CLI for SubQuery",
"version": "6.6.2",
"author": "SubQuery Pte Ltd.",
"bin": {
"subql": "./bin/run"
},
"bugs": "https://github.com/subquery/subql/issues",
"dependencies": {
"@apollo/client": "^3.14.0",
"@inquirer/prompts": "^5.3.6",
"@modelcontextprotocol/sdk": "1.24.3",
"@oclif/core": "^4.8.0",
"@subql/common": "workspace:~",
"@subql/contract-sdk": "^1.9.0",
"@subql/network-clients": "^1.1.0",
"@subql/utils": "workspace:~",
"@walletconnect/sign-client": "^2.17.2",
"@walletconnect/types": "^2.17.2",
"@walletconnect/utils": "^2.17.2",
"chalk": "^4",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"fuzzy": "^0.1.3",
"glob": "^11.1",
"graphql": "^16.11.0",
"graphql-request": "^7.2.0",
"json5": "^2.2.3",
"jsonc-parser": "^3.3.1",
"qrcode-terminal": "^0.12.0",
"resolve-from": "^5.0.0",
"rimraf": "^5.0.10",
"semver": "^7.6.3",
"simple-git": "^3.28.0",
"siwe": "^3.0.0",
"terser-webpack-plugin": "^5.3.14",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"tslib": "^2.6.3",
"typescript": "^5.7.3",
"update-notifier": "^5.1.0",
"webpack": "^5.101.3",
"webpack-merge": "^6.0.1",
"ws": "^8.18.0",
"yaml": "^2.8.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/client-preset": "4.8.3",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.1.0",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-document-nodes": "^4.0.16",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@subql/common-algorand": "^4.4.3",
"@subql/common-concordium": "^4.0.1",
"@subql/common-cosmos": "^5.5.0",
"@subql/common-ethereum": "^4.10.0",
"@subql/common-near": "^4.3.4",
"@subql/common-solana": "^1.2.0",
"@subql/common-starknet": "^1.3.0",
"@subql/common-stellar": "^4.5.0",
"@subql/common-substrate": "workspace:~",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/node": "^18.19.42",
"@types/qrcode-terminal": "^0.12.2",
"@types/semver": "^7.5.8",
"@types/update-notifier": "^6",
"@types/ws": "^8.5.13",
"eslint": "^8.8.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.3",
"oclif": "^4.20.8",
"swagger-typescript-api": "^13.2.15"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"!/dist/**/*.spec.js",
"!/dist/**/*.spec.d.ts",
"!/dist/**/*.spec.js.map",
"!/dist/**/*.test.js",
"!/dist/**/*.test.d.ts",
"!/dist/**/*.test.js.map"
],
"homepage": "https://github.com/subquery/subql",
"repository": {
"type": "git",
"url": "https://github.com/subquery/subql.git",
"directory": "packages/cli"
},
"keywords": [
"oclif"
],
"license": "GPL-3.0",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "subql",
"repositoryPrefix": "<%- repo %>/blob/cli/<%- version %>/packages/cli/<%- commandPath.replace('lib/', 'src/').replace(/\\.js$/, '.ts') %>"
},
"scripts": {
"build": "rm -rf lib && tsc -b && cp -r src/template lib/",
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "yarn build && oclif manifest && oclif readme",
"test": "echo NO TESTS",
"version": "oclif readme && git add README.md",
"format": "prettier --write \"src/**/*.ts\"",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql\" --release-prefix=\"cli/\"",
"codegen:graphql": "graphql-codegen --config graphql-codegen.ts",
"codegen:chs": "swagger-typescript-api generate -p chs-swagger.yml -o src/controller/network/consumer-host --api-class-name NetworkConsumerHostServiceApi -n consumer-host-service-api.ts",
"codegen": "yarn codegen:graphql && yarn codegen:chs"
},
"types": "lib/index.d.ts"
}