idle-moloch-subgraph/package.json
2024-10-30 13:35:43 +08:00

19 lines
755 B
JSON

{
"name": "slay-the-moloch-base-sepolia",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ slay-the-moloch-base-sepolia",
"create-local": "graph create --node http://localhost:8020/ slay-the-moloch-base-sepolia",
"remove-local": "graph remove --node http://localhost:8020/ slay-the-moloch-base-sepolia",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 slay-the-moloch-base-sepolia",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.87.0",
"@graphprotocol/graph-ts": "0.32.0"
},
"devDependencies": { "matchstick-as": "0.5.0" }
}