mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-09 18:07:55 -05:00
35 lines
932 B
JSON
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"
|
|
}
|
|
}
|