-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 947 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
{
"name": "@kodadot1/synck",
"private": true,
"scripts": {
"build": "rm -rf lib && tsc",
"update": "npx npm-check-updates --filter /subsquid/ --upgrade && npm i -f"
},
"dependencies": {
"@kodadot1/hyperdata": "^0.0.1-rc.5",
"@kodadot1/metasquid": "^0.3.0-rc.0",
"@kodadot1/minipfs": "^0.4.3-rc.2",
"@subsquid/archive-registry": "^3.3.2",
"@subsquid/evm-processor": "^1.21.1",
"@subsquid/graphql-server": "^4.7.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"dotenv": "^16.4.5",
"ethers": "^6.12.1",
"md5": "^2.3.0",
"nanoid": "3.3.4",
"pg": "^8.11.5",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@subsquid/evm-typegen": "^4.3.0",
"@subsquid/typeorm-codegen": "^2.0.2",
"@types/md5": "^2.3.5",
"@types/node": "^20.12.11",
"typescript": "~5.4.5"
},
"overrides": {
"@subsquid/typeorm-store": "^1.5.1"
}
}