forked from subsquid-labs/gravatar-squid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 980 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
31
32
{
"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.6.1",
"@subsquid/big-decimal": "^0.0.0",
"@subsquid/evm-processor": "^0.2.1",
"@subsquid/graphql-server": "3.2.4",
"@subsquid/typeorm-migration": "0.1.4",
"@subsquid/typeorm-store": "0.1.5",
"dotenv": "^16.0.0",
"ethers": "^5.6.4",
"pg": "^8.7.3",
"typeorm": "^0.3.6"
},
"devDependencies": {
"@subsquid/evm-typegen": "2.0.1",
"@subsquid/typeorm-codegen": "0.3.1",
"@typechain/ethers-v5": "^10.1.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"typechain": "^8.1.0",
"typescript": "~4.6.2"
}
}