mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-11 02:47:55 -05:00
* Version Packages * do not bump deps in ui and circom --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
40 lines
949 B
JSON
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"
|
|
}
|
|
}
|