-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.87 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
{
"name": "dapps-staking-indexer-v3",
"version": "1.0.7",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"dev": "sqd process",
"build": "rm -rf lib && tsc",
"generate-metadata": "squid-substrate-metadata-explorer --rpc ws://127.0.0.1:9944 --out localNode.jsonl",
"generate-migration": "npx squid-typeorm-migration generate",
"apply-migration": "npx squid-typeorm-migration apply",
"deploy:astar": "sqd deploy . --org=astar-network --manifest=manifests/astar.yaml",
"deploy:shibuya": "sqd deploy . --org=astar-network --manifest=manifests/shibuya.yaml",
"deploy:shiden": "sqd deploy . --org=astar-network --manifest=manifests/shiden.yaml",
"test": "jest",
"build:docker": "docker build -t gamedao/astar-squid .",
"publish:docker": "docker -t gamedao/astar-squid gamedao/astar-squid:latest push",
},
"dependencies": {
"@subsquid/archive-registry": "^3.3.2",
"@subsquid/big-decimal": "^1.0.0",
"@subsquid/graphql-server": "^4.7.0",
"@subsquid/ss58": "^2.0.2",
"@subsquid/substrate-processor": "^8.5.0",
"@subsquid/substrate-runtime": "^2.0.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/util-internal": "^3.2.0",
"dotenv": "^16.4.5",
"pg": "8.12.0",
"type-graphql": "^1.2.0-rc.1",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@acala-network/chopsticks-testing": "^0.13.2",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@subsquid/substrate-metadata-explorer": "^3.2.0",
"@subsquid/substrate-typegen": "^8.1.0",
"@subsquid/typeorm-codegen": "^2.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.3.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
}
}