-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 900 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
{
"dependencies": {
"@0xsequence/multicall": "^0.43.26",
"@amxx/graphprotocol-utils": "^1.1.0",
"@graphprotocol/graph-ts": "^0.29.3",
"@openzeppelin/subgraphs": "^0.1.8-5",
"@typechain/ethers-v5": "^10.2.0",
"@types/node": "^18.16.2",
"ethers": "^5.0.0",
"node-fetch": "^3.3.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^5.0.4"
},
"type": "module",
"scripts": {
"build": "./schema/build.sh",
"test": "yarn build && graph test --recompile --version 0.5.4",
"test:quick": "graph test --version 0.5.4",
"coverage": "yarn build && graph test --coverage --version 0.5.4",
"deploy": "yarn build && graph deploy --product hosted-service jordaniza/auxo-staking",
"validate": "yarn ts-node scripts/validateHistoricalBalances.mts"
},
"devDependencies": {
"matchstick-as": "^0.5.2"
},
"license": "MIT"
}