forked from novasamatech/subquery-history
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.38 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "subquery-nova",
"version": "1.0.0",
"description": "Nova SubQuery projects",
"main": "dist/index.js",
"scripts": {
"build": "./node_modules/.bin/subql build",
"start:docker": "docker-compose pull && docker-compose up --remove-orphans",
"codegen": "./node_modules/.bin/subql codegen",
"validate": "./node_modules/.bin/subql validate"
},
"files": [
"dist",
"schema.graphql",
"project.yaml"
],
"author": "Jay Ji",
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@acala-network/type-definitions": "^4.1.5",
"@interlay/interbtc-types": "^1.5.10",
"@kiltprotocol/type-definitions": "^0.1.23",
"@parallel-finance/type-definitions": "^1.7.14",
"@phala/typedefs": "^0.2.31",
"@polkadot/api": "^8",
"@polkadot/types-augment": "^8",
"@subql/cli": "^1.8.0",
"@subql/types": "^1.6.0",
"@subsocial/types": "^0.6.8",
"@zeitgeistpm/type-defs": "^0.8.0",
"@zeroio/type-definitions": "^0.0.14",
"moonbeam-types-bundle": "^2.0.8",
"typescript": "^4.1.3"
},
"exports": {
"acalaChaintypes": "./chainTypes/acalaChaintypes.ts",
"alephZeroChaintypes": "./chainTypes/alephZeroChaintypes.ts",
"basiliskChaintypes": "./chainTypes/basiliskChaintypes.ts",
"centrifugeChaintypes": "./chainTypes/centrifugeChaintypes.ts",
"encointerChaintypes": "./chainTypes/encointerChaintypes.ts",
"integriteeChaintypes": "./chainTypes/integriteeChaintypes.ts",
"interlayChaintypes": "./chainTypes/interlayChaintypes.ts",
"karuraChaintypes": "./chainTypes/karuraChaintypes.ts",
"khalaChaintypes": "./chainTypes/khalaChaintypes.ts",
"kiltChaintypes": "./chainTypes/kiltChaintypes.ts",
"kintsugiChaintypes": "./chainTypes/kintsugiChaintypes.ts",
"moonbeamChaintypes": "./chainTypes/moonbeamChaintypes.ts",
"parallelHeikoChaintypes": "./chainTypes/parallelHeikoChaintypes.ts",
"pichiuChaintypes": "./chainTypes/pichiuChaintypes.ts",
"shidenChaintypes": "./chainTypes/shidenChaintypes.ts",
"subsocialChaintypes": "./chainTypes/subsocialChaintypes.ts",
"zeitgeistChaintypes": "./chainTypes/zeitgeistChaintypes.ts",
"ternoaChaintypes": "./chainTypes/ternoaChaintypes.ts",
"polkadexChaintypes": "./chainTypes/polkadexChaintypes.ts",
"kylinChaintypes": "./chainTypes/kylinChainTypes.ts"
},
"resolutions": {
"ipfs-unixfs": "6.0.6"
}
}