-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 5.4 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 5.4 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
{
"name": "mdwrk-pages",
"private": true,
"version": "0.1.33",
"packageManager": "pnpm@10.11.0",
"workspaces": [
"packages/*/*"
],
"engines": {
"node": ">=20 <23",
"npm": ">=10",
"pnpm": ">=10"
},
"scripts": {
"generate:schemaorg-fused-surface": "npm run generate:schemaorg -w @mdwrk/lander-content-contract && node tools/generate-schemaorg-fused-surface.mjs",
"build": "npm run build:packages && npm run build:examples",
"build:packages": "npm run build -w @mdwrk/lander-content-contract && npm run build -w @mdwrk/lander-commerce-contract && npm run build -w @mdwrk/lander-core && npm run build -w @mdwrk/structured-data && npm run build -w @mdwrk/lander-seo && npm run build -w @mdwrk/pages-ui-tokens && npm run build -w @mdwrk/lander-theme && npm run build -w @mdwrk/lander-primitives && npm run build -w @mdwrk/lander-markdown-content-adapter && npm run build -w @mdwrk/lander-page-templates && npm run build -w @mdwrk/lander-page-template-presets && npm run build -w @mdwrk/lander-react-structured-data && npm run build -w @mdwrk/lander-react && npm run build -w @mdwrk/lander-react-commerce && npm run build -w @mdwrk/page-template-demo-content-pack && npm run build -w @mdwrk/subscription-store-content-pack",
"build:examples": "npm run build -w @mdwrk/example-page-template-demo && npm run build -w @mdwrk/example-learning-path-demo && npm run build -w @mdwrk/example-subscription-store-demo && npm run build -w @mdwrk/example-semantic-components-demo",
"typecheck": "npm run build:packages && npm run typecheck:packages && npm run typecheck:examples",
"typecheck:packages": "npm run typecheck -w @mdwrk/lander-content-contract && npm run typecheck -w @mdwrk/lander-commerce-contract && npm run typecheck -w @mdwrk/lander-core && npm run typecheck -w @mdwrk/structured-data && npm run typecheck -w @mdwrk/lander-seo && npm run typecheck -w @mdwrk/pages-ui-tokens && npm run typecheck -w @mdwrk/lander-theme && npm run typecheck -w @mdwrk/lander-primitives && npm run typecheck -w @mdwrk/lander-markdown-content-adapter && npm run typecheck -w @mdwrk/lander-page-templates && npm run typecheck -w @mdwrk/lander-page-template-presets && npm run typecheck -w @mdwrk/lander-react-structured-data && npm run typecheck -w @mdwrk/lander-react && npm run typecheck -w @mdwrk/lander-react-commerce && npm run typecheck -w @mdwrk/page-template-demo-content-pack && npm run typecheck -w @mdwrk/subscription-store-content-pack",
"typecheck:examples": "npm run typecheck -w @mdwrk/example-page-template-demo && npm run typecheck -w @mdwrk/example-learning-path-demo && npm run typecheck -w @mdwrk/example-subscription-store-demo && npm run typecheck -w @mdwrk/example-semantic-components-demo",
"lint": "npm run typecheck",
"ci:install": "npm install --ignore-scripts",
"test": "npm run test:packages && npm run test:examples",
"test:structured-data-conformance": "npm test -w @mdwrk/lander-content-contract && npm test -w @mdwrk/structured-data && npm test -w @mdwrk/lander-react-structured-data",
"test:packages": "npm run test -w @mdwrk/lander-content-contract && npm run test -w @mdwrk/lander-commerce-contract && npm run test -w @mdwrk/lander-core && npm run test -w @mdwrk/structured-data && npm run test -w @mdwrk/lander-seo && npm run test -w @mdwrk/pages-ui-tokens && npm run test -w @mdwrk/lander-theme && npm run test -w @mdwrk/lander-primitives && npm run test -w @mdwrk/lander-markdown-content-adapter && npm run test -w @mdwrk/lander-page-templates && npm run test -w @mdwrk/lander-page-template-presets && npm run test -w @mdwrk/lander-react-structured-data && npm run test -w @mdwrk/lander-react && npm run test -w @mdwrk/lander-react-commerce && npm run test -w @mdwrk/page-template-demo-content-pack && npm run test -w @mdwrk/subscription-store-content-pack",
"test:examples": "npm run test -w @mdwrk/example-page-template-demo && npm run test -w @mdwrk/example-learning-path-demo && npm run test -w @mdwrk/example-subscription-store-demo && npm run test -w @mdwrk/example-semantic-components-demo",
"pack:packages": "node ./tools/release/pack-workspaces.mjs",
"publish:packages": "node ./tools/release/run-publish.mjs",
"ci:publish-packages": "node ./tools/release/verify-publish-packages.mjs",
"release:status": "npx @changesets/cli status",
"release:version": "npx @changesets/cli version",
"validate:mdwrk-lander-package-suite": "node ./tools/governance/validate-mdwrk-lander-package-suite.mjs",
"ci:governance": "node tools/governance/mdwrk-pages-cr-matrix-t0.test.mjs && node tools/governance/mdwrk-pages-agent-hygiene.test.mjs && node tools/governance/generated-schemaorg-certification-matrix-t0.test.mjs && node tools/governance/generated-schemaorg-certification-matrix-t1.test.mjs && node tools/governance/generated-schemaorg-certification-matrix-t2.test.mjs && npm run validate:mdwrk-lander-package-suite"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"typescript": "5.9.3"
},
"description": "MdWrk Pages packages for typed content contracts, page templates, static-site compilation, SEO/discovery artifacts, themes, and React rendering.",
"homepage": "https://mdwrk.com",
"repository": {
"type": "git",
"url": "https://github.com/groupsum/mdwrk-pages.git"
},
"bugs": {
"url": "https://github.com/groupsum/mdwrk-pages/issues"
},
"license": "Apache-2.0",
"author": "Jacob Stewart <jacob@swarmauri.com>"
}