-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 667 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "prove-me-wrong",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --product hosted-service proveuswrong/thetruthpost-goerli",
"create-local": "graph create --node http://localhost:8020/ prove-me-wrong",
"remove-local": "graph remove --node http://localhost:8020/ prove-me-wrong",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 prove-me-wrong"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.38.0",
"@graphprotocol/graph-ts": "^0.29.3"
},
"prettier": {
"tabWidth": 2,
"printWidth": 160
}
}