-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 916 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
34
35
{
"name": "squid-evm-template",
"private": true,
"scripts": {
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.3",
"@subsquid/evm-processor": "^1.21.1",
"@subsquid/graphql-server": "^4.8.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"bluebird": "^3.7.2",
"dotenv": "^16.4.5",
"dset": "^3.1.4",
"ethers": "^6.12.1",
"express": "^4.21.0",
"js-yaml": "^4.1.0",
"pg": "^8.11.5",
"type-graphql": "^1.2.0-rc.1",
"typeorm": "^0.3.20",
"winston": "^3.14.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@subsquid/evm-typegen": "^4.0.0",
"@subsquid/typeorm-codegen": "^2.0.0",
"@types/bluebird": "^3.5.42",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
}
}