forked from dystopia-exchange/dystopia-subgraph-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 921 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
{
"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",
"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.31.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"
}
}