-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "moonbeam-market-squid",
"version": "0.0.0",
"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",
"typegen:abis": "node scripts/gen-abis.ts"
},
"dependencies": {
"viem": "^2.13.1",
"@subsquid/cli": "^2.11.0",
"@subsquid/evm-typegen": "^4.1.2",
"@subsquid/graphql-server": "^4.6.0",
"@subsquid/ss58": "^2.0.2",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/evm-processor": "^1.19.1",
"@subsquid/big-decimal": "^1.0.0",
"assert": "^2.0.0",
"big.js": "^6.2.1",
"dotenv": "^16.0.3",
"ethers": "^6.3.0",
"pg": "^8.8.0",
"typeorm": "^0.3.17",
"date-fns": "^3.6.0"
},
"devDependencies": {
"@subsquid/evm-typegen": "^4.1.2",
"@subsquid/typeorm-codegen": "^2.0.1",
"@types/big.js": "6.1.6",
"@types/node": "^18.11.9",
"typescript": "^5.4.5"
}
}