forked from AcalaNetwork/acala-subql
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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": "acala-subql",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"test": "jest",
"prepack": "rm -rf dist && npm build",
"codegen": "./node_modules/.bin/subql codegen",
"patch:types": "node scripts/patch-types.js",
"start": "rm -rf ./dist && yarn build && ./node_modules/.bin/subql-node -f . --debug --timeout=512 --batch-size=100 --port=3123"
},
"files": [
"dist",
"schema.graphql",
"project.yaml"
],
"resolutions": {
"@polkadot/api": "6.9.2",
"@polkadot/hw-ledger": "^7.9.2",
"@polkadot/keyring": "^7.9.2",
"@polkadot/networks": "^7.9.2",
"@polkadot/phishing": "^0.6.452",
"@polkadot/rpc-provider": "6.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/types-known": "6.9.2",
"@polkadot/types-support": "6.9.2",
"@polkadot/util": "^7.9.2",
"@polkadot/util-crypto": "^7.9.2",
"@polkadot/wasm-crypto": "^4.4.1",
"babel-core": "^7.0.0-bridge.0",
"typescript": "^4.5.2"
},
"author": "qwer951123",
"license": "Apache-2.0",
"devDependencies": {
"@acala-network/types": "^4.0.2-13",
"@subql/cli": "^0.16.0",
"@subql/node": "^0.25.0",
"@subql/types": "^0.11.0",
"yaml": "^1.10.0"
},
"dependencies": {
"@acala-network/sdk-core": "4.0.2-13",
"@open-web3/orml-types": "^0.9.3",
"dayjs": "^1.10.6"
}
}