forked from belopash/xcmpallet-transfers-squid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 875 Bytes
/
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
{
"name": "kusama-transfers",
"private": true,
"scripts": {
"build": "rm -rf lib && tsc",
"db:migrate": "npx squid-typeorm-migration apply",
"processor:start": "node lib/processor.js",
"query-node:start": "squid-graphql-server"
},
"dependencies": {
"@subsquid/archive-registry": "1.0.15",
"@subsquid/graphql-server": "3.2.3",
"@subsquid/ss58": "0.1.2",
"@subsquid/substrate-processor": "2.0.1",
"@subsquid/typeorm-migration": "0.1.2",
"@subsquid/typeorm-store": "0.1.5",
"big.js": "^6.2.1",
"dotenv": "^10.0.0",
"pg": "^8.7.3",
"typeorm": "0.3.7"
},
"devDependencies": {
"@subsquid/typeorm-codegen": "0.2.3",
"@subsquid/substrate-metadata-explorer": "1.0.8",
"@subsquid/substrate-typegen": "1.5.0",
"@types/node": "16.11.56",
"typescript": "4.8.2",
"@types/big.js": "^6.1.6"
}
}