{ "name": "FleekNFA", "license": "UNLICENSED", "scripts": { "codegen": "graph codegen", "build": "graph build", "create-local": "graph create --node http://localhost:8020/ FleekNFA", "remove-local": "graph remove --node http://localhost:8020/ FleekNFA", "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 FleekNFA", "test": "graph test", "compile": "cd ../contracts && yarn && yarn compile && cd ../subgraph && yarn codegen" }, "dependencies": { "@graphprotocol/graph-cli": "0.37.2", "@graphprotocol/graph-ts": "0.29.1" }, "devDependencies": { "matchstick-as": "0.5.0" } }