-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 2.25 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@bounded-systems/synoptic",
"version": "0.54.0",
"description": "Site-build engine: the layered validation pipeline (tokens → json-ld → markdown → website) both bounded.tools and personal sites consume. Checks live here, not in each site.",
"type": "module",
"bin": {
"synoptic": "validate.mjs",
"synoptic-jsonld": "generators/gen-jsonld.mjs",
"synoptic-prose-corpus": "generators/gen-prose-corpus.mjs",
"synoptic-lattice": "generators/gen-lattice.mjs",
"synoptic-verify": "verify.mjs",
"synoptic-project": "project.mjs",
"synoptic-coverage": "coverage.mjs",
"synoptic-axioms": "axioms.mjs",
"synoptic-ledger": "ledger.mjs",
"synoptic-derive": "derive.mjs",
"synoptic-merkle": "merkle.mjs",
"synoptic-graph": "graph.mjs",
"synoptic-sbom": "sbom.mjs",
"synoptic-build-site": "build-site.mjs",
"synoptic-secret-scan": "secret-scan.mjs",
"synoptic-inspect": "inspect.mjs",
"synoptic-verify-artifact": "verify-artifact.mjs",
"herbarium": "herbarium.mjs",
"synoptic-check-pages": "check-pages.mjs",
"synoptic-tokens-audit": "tokens-audit.mjs",
"synoptic-css-extract": "css-extract.mjs",
"synoptic-css-project": "css-project.mjs",
"synoptic-contrast": "contrast.mjs",
"synoptic-partition": "partition.mjs",
"synoptic-reflow": "reflow.mjs",
"synoptic-gen-value-schemas": "gen-value-schemas.mjs",
"synoptic-name-values": "name-values.mjs",
"synoptic-color-review": "color-review.mjs",
"synoptic-derive-tokens": "derive-tokens.mjs",
"synoptic-color-health": "color-health.mjs",
"synoptic-derive-palette": "derive-palette.mjs",
"synoptic-color-pipeline": "color-pipeline.mjs",
"synoptic-axis-name": "axis-name.mjs",
"synoptic-color-systems": "color-systems.mjs",
"synoptic-scale": "scale.mjs",
"synoptic-palette-aaa": "palette-aaa.mjs",
"synoptic-gen-palette-page": "generators/gen-palette-page.mjs",
"synoptic-brand-gen": "brand-gen.mjs"
},
"scripts": {
"validate": "node validate.mjs"
},
"peerDependencies": {
"@bounded-systems/conformance-kit": ">=0.12.0"
},
"engines": {
"node": ">=22"
},
"license": "MIT",
"dependencies": {
"culori": "^4"
},
"devDependencies": {
"@webref/idl": "^3"
}
}