mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: b54a76719bb16ccfb51ad10496733431a72f7037 [formerly 78e8332e56849b02e8eed07c478f68d76f880d48] [formerly d568507108c7b094c1b6fd21f7f1a8b69fbf3ad4 [formerly 323d298f46]]
Former-commit-id: e38b83edacb070e8fb26e05f91de52379b81eacb [formerly 61581eb1ba65fc86efd2fdd776ab27229cef5aea]
Former-commit-id: 2f4a50e97b07be1c78c80ed1f560f126044b7c2d
47 lines
1.3 KiB
JSON
47 lines
1.3 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",
|
|
"exports": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.node.js"
|
|
},
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"src/",
|
|
"README.md"
|
|
],
|
|
"repository": "https://github.com/appliedzkp/zk-kit",
|
|
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/protocols",
|
|
"author": {
|
|
"name": "Andrija Novakovic",
|
|
"email": "akinovak@gmail.com"
|
|
},
|
|
"scripts": {
|
|
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",
|
|
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
|
"prepublishOnly": "yarn build",
|
|
"docs": "typedoc src/index.ts --out ../../docs/protocols"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
"@zk-kit/identity": "^1.0.22",
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
"typedoc": "^0.22.11"
|
|
},
|
|
"dependencies": {
|
|
"@zk-kit/incremental-merkle-tree": "^0.2.0",
|
|
"circomlibjs": "0.0.8",
|
|
"ethers": "^5.4.7",
|
|
"ffjavascript": "0.2.38",
|
|
"incrementalquintree": "^1.0.7",
|
|
"snarkjs": "^0.4.10"
|
|
}
|
|
}
|