Files
zk-kit/packages/protocols/package.json
2021-10-25 15:04:57 +02:00

42 lines
1.1 KiB
JSON

{
"name": "@libsem/protocols",
"version": "1.0.15",
"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",
"proof": "ts-node src/new.ts"
},
"keywords": [],
"author": {
"name": "Andrija Novakovic",
"email": "akinovak@gmail.com"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@libsem/types": "^1.0.5",
"circomlibjs": "^0.0.8",
"ethers": "^5.4.7",
"incrementalquintree": "^1.0.7",
"snarkjs": "^0.4.10"
},
"devDependencies": {
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.4"
},
"gitHead": "e1cbf100499b8bc4c4434ef485c1ccc6291672ae"
}