generated from subsquid-labs/squid-substrate-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.25 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
{
"name": "kusama-transfers",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"build": "rm -rf lib && tsc",
"update": "npx npm-check-updates --filter /subsquid/ --upgrade && npm i -f",
"db:migrate": "npx squid-typeorm-migration apply",
"processor:start": "node lib/processor.js",
"query-node:start": "squid-graphql-server --subscriptions --max-response-size 10000 --dumb-cache in-memory --dumb-cache-ttl 1000 --dumb-cache-size 100 --dumb-cache-max-age 1000"
},
"dependencies": {
"@subsquid/archive-registry": "3.3.0",
"@subsquid/graphql-server": "4.5.1",
"@subsquid/big-decimal": "1.0.0",
"@subsquid/ss58": "2.0.2",
"@subsquid/substrate-processor": "8.2.2",
"@subsquid/typeorm-migration": "1.3.0",
"@subsquid/typeorm-store": "1.3.0",
"@polkadot/util": "11.1.1",
"dotenv": "^10.0.0",
"pg": "8.8.0",
"big.js": "6.2.1",
"typeorm": "0.3.20",
"lodash": "4.17.21",
"ethers": "5.7.2"
},
"devDependencies": {
"@types/lodash": "4.14.191",
"@types/big.js": "6.1.6",
"@subsquid/typeorm-codegen": "1.3.3",
"@subsquid/substrate-metadata-explorer": "3.1.2",
"@subsquid/substrate-typegen": "8.0.2",
"@types/node": "16.11.56",
"typescript": "4.8.2"
}
}