Files
anonklub/pkgs/halo2-eth-membership-worker/package.json
github-actions[bot] b0200ca08c Version Packages (#528)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-18 16:41:14 +02:00

35 lines
932 B
JSON

{
"name": "@anonklub/halo2-eth-membership-worker",
"version": "1.2.0",
"author": "0xisk <0xisk@proton.me>",
"description": "A Web-Worker package for generating spartan ECDSA proves in the browser using wasm.",
"keywords": [
"web-worker",
"wasm",
"merkle-tree",
"halo2-ecdsa"
],
"license": "MIT",
"homepage": "https://github.com/anonklub/anonklub",
"repository": "https://github.com/anonklub/anonklub/tree/main/%40anonklub/cli",
"bugs": "https://github.com/anonklub/anonklub/issues",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && tsc --project tsconfig.compile.json",
"clean": "rm -rf dist",
"prepack": "pnpm build",
"typecheck": "tsc"
},
"dependencies": {
"@anonklub/halo2-eth-membership": "0.2.0",
"comlink": "^4.4.1",
"viem": "^1.21.4"
}
}