-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 942 Bytes
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
{
"name": "zero-window",
"version": "1.0.0",
"private": true,
"description": "ZERO-WINDOW: chain-of-custody platform for high-stakes paper examinations",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@9.15.9",
"scripts": {
"build": "pnpm -r --sort build",
"test": "pnpm -r --sort test",
"lint": "pnpm -r --sort lint",
"coverage": "pnpm -r --sort coverage",
"pilot": "node deploy/pilot/pilot.mjs",
"clean": "pnpm -r exec rm -rf dist"
},
"devDependencies": {
"@types/node": "^20.17.0",
"@vitest/coverage-v8": "^2.1.9",
"typescript": "^5.6.3",
"vitest": "^2.1.9",
"@zw/authority": "workspace:*",
"@zw/ca": "workspace:*",
"@zw/centre": "workspace:*",
"@zw/crypto": "workspace:*",
"@zw/kms-vault": "workspace:*",
"@zw/log": "workspace:*",
"@zw/verifier": "workspace:*",
"ipp": "^2.0.1"
},
"license": "Apache-2.0"
}