41 lines
943 B
JSON
41 lines
943 B
JSON
{
|
|
"name": "@maintainable.xyz/house-spec",
|
|
"version": "1.2.0",
|
|
"private": false,
|
|
"description": "Open specification for building maximally maintainable, healthy homes — H13 HEPA air system, Lindner Doppelboden, Plafotherm ceiling, Baufritz timber-frame",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsx build.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/maintainable.xyz/house-spec.git"
|
|
},
|
|
"homepage": "https://maintainable.xyz",
|
|
"license": "UNLICENSED",
|
|
"author": "maintainable.xyz",
|
|
"keywords": [
|
|
"house",
|
|
"specification",
|
|
"baufritz",
|
|
"hepa",
|
|
"air-quality",
|
|
"lindner",
|
|
"doppelboden",
|
|
"plafotherm",
|
|
"maintainability"
|
|
],
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"marked": "^15.0.0",
|
|
"puppeteer": "^24.0.0",
|
|
"@types/node": "^22.0.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"puppeteer"
|
|
]
|
|
}
|
|
}
|