-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·24 lines (24 loc) · 1.07 KB
/
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
{
"name": "@ixswap1/v2-subgraph",
"version": "1.0.0",
"repository": "https://github.com/sameepsi/quickswapv2-subgraph",
"license": "GPL-3.0-or-later",
"scripts": {
"codegen": "yarn graph codegen --output-dir src/types/",
"build": "yarn graph build",
"create-dev": "yarn graph create ix-swap/ixs --node http://127.0.0.1:8020",
"deploy-dev": "yarn graph deploy ix-swap/ixs --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
"deploy-stage": "yarn graph deploy ix-swap/ixs-stage --debug --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token",
"deploy-prod": "yarn graph deploy ix-swap/ixs --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
}
}