23 lines
477 B
JSON
23 lines
477 B
JSON
|
|
{
|
||
|
|
"name": "@maintainable.xyz/house-spec",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Baufritz house specification \u2014 air system, sensors, and builder coordination",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsx build.ts"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"tsx": "^4.19.0",
|
||
|
|
"marked": "^15.0.0",
|
||
|
|
"puppeteer": "^24.0.0",
|
||
|
|
"@types/node": "^22.0.0"
|
||
|
|
},
|
||
|
|
"pnpm": {
|
||
|
|
"onlyBuiltDependencies": [
|
||
|
|
"esbuild",
|
||
|
|
"puppeteer"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|