P0: pin project runtime and document FreeCAD parity plan
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user