-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1020 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
33
{
"name": "gravatar-squid",
"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": "^3.3.0",
"@subsquid/big-decimal": "^1.0.0",
"@subsquid/evm-processor": "^1.8.2",
"@subsquid/graphql-server": "4.3.0",
"@subsquid/typeorm-migration": "1.2.1",
"@subsquid/typeorm-store": "1.2.2",
"dotenv": "^16.3.1",
"ethers": "^6.6.0",
"pg": "^8.11.0",
"typeorm": "^0.3.17"
},
"devDependencies": {
"@subsquid/evm-typegen": "3.2.2",
"@subsquid/typeorm-codegen": "1.3.1",
"@typechain/ethers-v6": "^0.4.0",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"typechain": "^8.2.0",
"typescript": "~5.1.3"
}
}