mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: 7940c73dfe59f452150a61375e0e3567b37da1a6 [formerly 932cc2e903c12ff32216ce3f828733e1b6efa939] [formerly 0131ed42f15380b9c22c06d3c06e1c0aca804caa [formerly df907f5fa8]]
Former-commit-id: 2d232ca5ce11485eeaa82e69bf01ca96b643e6f6 [formerly cde1edc81d480937c278cabbfc5c5744db88df9a]
Former-commit-id: 733348f801fa20e18bb30287a03a8e98f00de681
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
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": {
|
|
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",
|
|
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Andrija Novakovic",
|
|
"email": "akinovak@gmail.com"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^8.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@zk-kit/types": "^1.0.9",
|
|
"circomlibjs": "^0.0.8",
|
|
"ethers": "^5.4.7",
|
|
"incrementalquintree": "^1.0.7",
|
|
"snarkjs": "^0.4.10"
|
|
}
|
|
}
|