-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 754 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "admanager-subgraph",
"license": "MIT",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ developerfred/admanager-subgraph",
"create-local": "graph create --node http://localhost:8020/ developerfred/admanager-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ developerfred/admanager-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 developerfred/admanager-subgraph",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.83.0",
"@graphprotocol/graph-ts": "0.32.0"
},
"devDependencies": { "matchstick-as": "0.5.0" }
}