Files
anonklub/pkgs/proof/package.json
sripwoud 4900818ab7 Version Packages (#424)
* Version Packages

* do not bump deps in ui and circom

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-31 19:34:58 +00:00

40 lines
949 B
JSON

{
"name": "@anonklub/proof",
"version": "2.1.2",
"description": "Build Anonymous Proofs of Ethereum Address Ownership",
"author": "sripwoud <me@sripwoud.xyz>",
"repository": "https://github.com/anonklub/anonklub/tree/main/%40anonklub/proof",
"homepage": "https://github.com/anonklub/anonklub",
"bugs": "https://github.com/anonklub/anonklub/issues",
"keywords": [
"zk",
"ethereum",
"proof",
"zk-snark",
"address",
"ownership",
"snarkjs",
"circom",
"privacy"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"CHANGELOG.md"
],
"dependencies": {
"@noble/secp256k1": "^1.7.0",
"circomlibjs": "^0.1.7",
"ethers": "^5.7.2",
"undici": "^5.21.2"
},
"scripts": {
"build": "pnpm clean && tsc --project tsconfig.compile.json",
"clean": "rm -rf dist",
"prepack": "pnpm build",
"typecheck": "tsc"
}
}