mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 07:08:17 -05:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@semaphore-protocol/identity",
|
|
"version": "4.14.0",
|
|
"description": "A library to create Semaphore identities.",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"exports": {
|
|
"types": "./dist/types/index.d.ts",
|
|
"require": "./dist/index.cjs",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"src/",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"repository": "https://github.com/semaphore-protocol/semaphore",
|
|
"homepage": "https://github.com/semaphore-protocol/semaphore/tree/main/packages/identity",
|
|
"bugs": {
|
|
"url": "https://github.com/semaphore-protocol/semaphore.git/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-alias": "^5.1.0",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"rimraf": "^5.0.5",
|
|
"rollup": "^4.12.0",
|
|
"rollup-plugin-cleanup": "^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@zk-kit/baby-jubjub": "1.0.3",
|
|
"@zk-kit/eddsa-poseidon": "1.0.4",
|
|
"@zk-kit/utils": "1.3.0",
|
|
"poseidon-lite": "0.3.0"
|
|
}
|
|
}
|