generated from subsquid-labs/squid-evm-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1 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
{
"name": "squid-evm-template",
"private": true,
"scripts": {
"build": "rm -rf lib && tsc",
"update": "npx npm-check-updates --filter /subsquid/ --upgrade && npm i -f",
"db:migrate": "npx squid-typeorm-migration apply",
"squid-etl:start": "node lib/processor.js",
"squid-api:start": "squid-graphql-server"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@subsquid/archive-registry": "^2.1.10",
"@subsquid/big-decimal": "^0.0.0",
"@subsquid/evm-processor": "^0.4.0",
"@subsquid/evm-typegen": "2.1.1",
"@subsquid/graphql-server": "3.3.2",
"@subsquid/typeorm-migration": "0.1.6",
"@subsquid/typeorm-store": "0.2.2",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"pg": "^8.8.0",
"typeorm": "^0.3.11"
},
"devDependencies": {
"@subsquid/typeorm-codegen": "0.3.3",
"@typechain/ethers-v5": "^10.1.1",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"typechain": "^8.1.1",
"typescript": "~4.9.3"
}
}