mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
15 lines
381 B
JSON
15 lines
381 B
JSON
{
|
|
"name": "privacy-pool-core",
|
|
"version": "0.1.0",
|
|
"description": "Core repository for the Privacy Pool protocol circuits and smart contracts",
|
|
"repository": "https://github.com/defi-wonderland/privacy-pool-core",
|
|
"license": "MIT",
|
|
"author": "Wonderland",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/circuits",
|
|
"packages/contracts",
|
|
"packages/sdk"
|
|
]
|
|
}
|