mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: 41f54bac68755f4db5583a2d0d16424e08c47419 [formerly 7b02ca2fb5534591e647e586ea18fa1ab0023a6c] [formerly 4a8267a491f58c283f88a3a4093b76fc79b41545 [formerly 5e193671a1]]
Former-commit-id: d8d53cc64d6a6557a9aa252d013f082f23ad0de3 [formerly fb4e8a3764b91332ed7a9b5fcd70713d3f315241]
Former-commit-id: 37421fa86f881926c4b68aab74339bc541ecc6b1
38 lines
1012 B
JSON
38 lines
1012 B
JSON
{
|
|
"name": "@zk-kit/protocols",
|
|
"version": "1.0.27",
|
|
"description": "Client library for generating and verifying Semaphore & RLN ZK proofs.",
|
|
"license": "MIT",
|
|
"main": "dist/index.node.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"exports": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.node.js"
|
|
},
|
|
"repository": "https://github.com/appliedzkp/zk-kit",
|
|
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/protocols",
|
|
"scripts": {
|
|
"tsc": "npx tsc src/index.ts",
|
|
"build": "rimraf dist && rollup -c rollup.config.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Andrija Novakovic",
|
|
"email": "akinovak@gmail.com"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@zk-kit/types": "^1.0.9",
|
|
"circomlibjs": "^0.0.8",
|
|
"ethers": "^5.4.7",
|
|
"incrementalquintree": "^1.0.7",
|
|
"snarkjs": "^0.4.10"
|
|
},
|
|
"devDependencies": {
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.30.0"
|
|
}
|
|
}
|