Files
privacy-pools-core/package.json
moebius b81ed7bc34 feat: add SDK package (#12)
This PR introduces the template for the SDK package.
2025-01-08 13:30:40 +00:00

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"
]
}