-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 909 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": "squid-evm-template",
"private": true,
"scripts": {
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@dcl/schemas": "^11.9.1",
"@graphile/pg-aggregates": "^0.1.1",
"@subsquid/evm-abi": "^0.3.1",
"@subsquid/evm-codec": "^0.3.0",
"@subsquid/evm-processor": "^1.21.2",
"@subsquid/file-store": "^2.0.0",
"@subsquid/graphql-server": "^4.9.0",
"@subsquid/openreader": "^5.2.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"graphile-build": "^4.13.0",
"graphile-utils": "^4.13.0",
"graphql": "^15.8.0",
"pg": "^8.11.5",
"postgraphile": "^4.13.0",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@subsquid/evm-typegen": "^4.3.0",
"@subsquid/typeorm-codegen": "^2.0.2",
"@types/node": "^20.12.7",
"typescript": "~5.4.5"
}
}