-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 877 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "hyperpie-point-system-subgraph",
"license": "UNLICENSED",
"scripts": {
"clean": "graph clean",
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ magpiexyz/hyperpie-point-system",
"create-local": "graph create --node http://localhost:8020/ magpiexyz/hyperpie-point-system",
"remove-local": "graph remove --node http://localhost:8020/ magpiexyz/hyperpie-point-system",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 magpiexyz/hyperpie-point-system",
"test": "graph test",
"coverage": "graph test -- -c"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.96.0",
"@graphprotocol/graph-ts": "0.38.0"
},
"devDependencies": {
"matchstick-as": "0.6.0"
}
}