mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: 796567063273bcaa77a579409d445020d328bac1 [formerly f0ebe86a71]
Former-commit-id: 21bf59b5542ad7691bf7e19604d03585afb74871
39 lines
926 B
JSON
39 lines
926 B
JSON
{
|
|
"name": "@libsem/protocols",
|
|
"version": "1.0.4",
|
|
"description": "",
|
|
"main": "dist/index.node.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/appliedzkp/libsemaphore/protocols",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"circomlibjs": "^0.0.8",
|
|
"ethers": "^5.4.7",
|
|
"incrementalquintree": "^1.0.7",
|
|
"snarkjs": "^0.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@libsem/types": "../types",
|
|
"rollup": "^2.58.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|