mirror of
https://github.com/3lLobo/zkAuth.git
synced 2026-01-10 04:47:56 -05:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
21 lines
692 B
JSON
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.45.0",
|
|
"@graphprotocol/graph-ts": "0.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"matchstick-as": "0.5.0"
|
|
}
|
|
}
|