-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "mdpresent-workspace",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "corepack pnpm -r build",
"test": "corepack pnpm -r test",
"typecheck": "corepack pnpm -r typecheck",
"test:preflight": "python scripts/validate-mdpr-runtime-profile.py --check --json && python scripts/validate-mdpr-runtime-profile.py --self-test --check --json",
"test:pack": "node scripts/pack-smoke.mjs",
"cli": "tsx packages/cli/src/index.ts",
"perf:check": "node scripts/check-performance-regression.mjs",
"preview:themes": "node scripts/build-theme-preview.mjs && node scripts/evaluate-theme-preview.mjs",
"preview:readme": "node packages/cli/dist/index.js build examples/readme-teaser/deck.md --to pptx,html --out docs/assets/readme-teaser --theme-style bentogrid --theme-color \"#0F766E\" --theme-harmony split-complementary --pipeline-one-page --visual --update-design-lock && python scripts/export-pptx-pngs.py docs/assets/readme-teaser/deck.pptx docs/assets/readme-teaser/slides --width 1600 --height 900 && node scripts/build-theme-preview.mjs && node scripts/evaluate-theme-preview.mjs && python scripts/evaluate-readme-assets.py"
},
"devDependencies": {
"@types/node": "^25.9.2",
"tsx": "^4.22.4",
"typescript": "~6.0.3"
},
"packageManager": "pnpm@11.5.3"
}