Files
zkAuth/graphs/totpAuthenticatorGraph/package.json
2025-07-21 09:53:43 +00:00

21 lines
692 B
JSON

{
"name": "zkauthtotp",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ 3llobo/zkauthtotp",
"create-local": "graph create --node http://localhost:8020/ 3llobo/zkauthtotp",
"remove-local": "graph remove --node http://localhost:8020/ 3llobo/zkauthtotp",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 3llobo/zkauthtotp",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.67.2",
"@graphprotocol/graph-ts": "0.31.0"
},
"devDependencies": {
"matchstick-as": "0.5.0"
}
}