mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-07 00:33:51 -05:00
34 lines
848 B
JSON
34 lines
848 B
JSON
{
|
|
"name": "privacy-pool-core",
|
|
"version": "1.1.1",
|
|
"description": "Core repository for the Privacy Pool protocol",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/defi-wonderland/privacy-pool-core.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "Wonderland",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/circuits",
|
|
"packages/contracts",
|
|
"packages/sdk",
|
|
"packages/relayer"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
"@typescript-eslint/parser": "^8.28.0",
|
|
"eslint": "9.18.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"prettier": "3.3.3",
|
|
"typescript": "5.5.4",
|
|
"typescript-eslint": "^8.28.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitest/coverage-v8": "3.0.5",
|
|
"ts-node": "^10.9.2",
|
|
"vitest": "3.0.5"
|
|
}
|
|
}
|