P0: pin project runtime and document FreeCAD parity plan

This commit is contained in:
2026-08-02 08:47:06 -04:00
parent 23b7f58df5
commit a9f4ff752d
17 changed files with 540 additions and 11 deletions

View File

@@ -4,15 +4,17 @@
"version": "0.1.0",
"type": "module",
"engines": {
"node": ">=22"
"node": "22.23.2"
},
"packageManager": "npm@10.9.8",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"check:facade-boundary": "node scripts/check-facade-boundary.mjs",
"test:facade": "tsx --test tests/facade.test.ts",
"verify": "npm run check:facade-boundary && npm run test:facade && npm run build"
"check:runtime": "node scripts/check-runtime.mjs",
"verify": "npm run check:runtime && npm run check:facade-boundary && npm run test:facade && npm run build"
},
"dependencies": {
"@bitbybit-dev/occt": "1.1.1",