-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
25 lines (25 loc) · 1.04 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
25
{
"name": "dystopia-subgraph",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"codegen": "graph codegen --output-dir src/types/",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ dystopia-exchange/dystopia",
"deploy-studio": "graph deploy --studio dystopia-v2",
"deploy-staging": "graph deploy --product hosted-service belbix/dystopia-staging",
"create-local": "graph create --node http://localhost:8020/ dystopia-exchange/dystopia",
"remove-local": "graph remove --node http://localhost:8020/ dystopia-exchange/dystopia",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 dystopia-exchange/dystopia -l v0.0.1"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.71.0",
"@graphprotocol/graph-ts": "0.27.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"matchstick-as": "^0.5.0",
"typescript": "^4.7.2"
}
}