-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 961 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
{
"name": "curve-stablecoin",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --product hosted-service 0x-stan/curve-stablecoin",
"create-local": "graph create --node http://localhost:8020/ curve-stablecoin",
"remove-local": "graph remove --node http://localhost:8020/ curve-stablecoin",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 curve-stablecoin",
"test": "mocha ./tests/*",
"auto-deploy": "npm run codegen && npm run build && npm run deploy"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.50.1",
"@graphprotocol/graph-ts": "0.30.0"
},
"devDependencies": {
"@indexed-finance/multicall": "^2.0.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"matchstick-as": "0.5.0",
"mocha": "^10.2.0",
"urql": "^4.0.2"
}
}