mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"name": "privacy-pool-core",
|
|
"version": "0.1.0",
|
|
"description": "Core repository for the Privacy Pool protocol",
|
|
"repository": "https://github.com/defi-wonderland/privacy-pool-core",
|
|
"license": "MIT",
|
|
"author": "Wonderland",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/circuits",
|
|
"packages/contracts",
|
|
"packages/sdk",
|
|
"packages/relayer"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
"@typescript-eslint/parser": "7.18.0",
|
|
"eslint": "9.18.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"prettier": "3.3.3",
|
|
"typescript-eslint": "8.20.0"
|
|
},
|
|
"dependencies": {
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|