-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "pharos-security-suite",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Proprietary distribution of the Pharos security inspection tools.",
"license": "UNLICENSED",
"scripts": {
"test": "node --test test/*.test.mjs",
"lint": "find coordinator scripts test -type f -name '*.mjs' -exec node --check {} +",
"benchmark": "node scripts/benchmark-coordinator.mjs",
"package:coordinator": "node scripts/package-coordinator.mjs",
"check:modules": "node scripts/check-module-drift.mjs",
"check:upstreams": "node scripts/check-module-drift.mjs --remote",
"sync:module": "node scripts/sync-module.mjs"
},
"engines": {
"node": ">=22"
},
"devDependencies": {
"ajv": "8.20.0"
}
}