mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@libsem/protocols",
|
|
"version": "1.0.14",
|
|
"description": "Client library for generating and verifying Semaphore & Rln ZK proofs.",
|
|
"main": "dist/index.node.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"repository": "https://github.com/appliedzkp/libsemaphore",
|
|
"homepage": "https://github.com/appliedzkp/libsemaphore",
|
|
"exports": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.node.js"
|
|
},
|
|
"scripts": {
|
|
"tsc": "npx tsc src/index.ts",
|
|
"build": "rimraf dist && rollup -c rollup.config.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Andrija Novakovic",
|
|
"email": "akinovak@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@libsem/types": "^1.0.0",
|
|
"circomlibjs": "^0.0.8",
|
|
"ethers": "^5.4.7",
|
|
"incrementalquintree": "^1.0.7",
|
|
"snarkjs": "^0.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^2.58.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"gitHead": "e1cbf100499b8bc4c4434ef485c1ccc6291672ae"
|
|
}
|