-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "opaque-sdk",
"private": true,
"description": "Opaque monorepo: stealth (EIP-5564) + PSR TypeScript packages",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run -w @opaquecash/deployments build && npm run -w @opaquecash/adapter build && npm run -w @opaquecash/stealth-core build && npm run -w @opaquecash/stealth-wasm build && npm run -w @opaquecash/psr-core build && npm run -w @opaquecash/stealth-chain build && npm run -w @opaquecash/stealth-chain-solana build && npm run -w @opaquecash/psr-chain-solana build && npm run -w @opaquecash/stealth-balance build && npm run -w @opaquecash/uab build && npm run -w @opaquecash/psr-prover build && npm run -w @opaquecash/psr-chain build && npm run -w @opaquecash/opaque build && npm run -w @opaquecash/react build && npm run -w @opaquecash/privacy-pool build && npm run -w @opaquecash/relayer-client build && npm run -w @opaquecash/disclosure build",
"clean": "npm run clean --workspaces --if-present",
"pretest": "npm run build",
"test": "vitest run",
"test:watch": "vitest",
"docs:api": "typedoc",
"test:coverage": "vitest run --coverage"
},
"engines": {
"node": ">=18"
},
"overrides": {
"ws": "^8.21.0"
},
"devDependencies": {
"@testing-library/react": "^16.3.2",
"@types/node": "^22.9.0",
"@types/react": "^18.3.31",
"@vitest/coverage-v8": "^2.1.9",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typedoc": "^0.28.19",
"typedoc-plugin-markdown": "^4.12.0",
"typescript": "~5.6.3",
"vitest": "^2.1.8"
}
}