-
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.09 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.09 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": "app-01-browser-security",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "APP-01 static security-policy enforcement and evidence tooling. Runtime dependencies: none.",
"packageManager": "npm@10.9.8",
"engines": {
"node": "22.23.1",
"npm": "10.9.8"
},
"scripts": {
"toolchain:check": "node scripts/check-toolchain.js",
"lockfile:check": "node scripts/validate-lockfile.js",
"test": "node --test \"tests/**/*.test.js\"",
"csp:header": "node src/security/serialize-cli.js",
"csp:json": "node src/security/serialize-cli.js --json",
"csp:check": "node src/security/serialize-cli.js --check",
"docs:governance": "node scripts/check-doc-governance.js",
"docs:lint": "markdownlint-cli2",
"audit:ci": "node scripts/run-audit.js",
"verify:local": "node scripts/verify-local.js"
},
"devDependencies": {
"markdown-link-check": "3.14.2",
"markdownlint-cli2": "0.23.2"
},
"overrides": {
"ip-address": "10.4.0",
"undici": "7.29.0",
"xmlbuilder2": {
"js-yaml": "4.3.1"
}
},
"license": "MIT"
}