Files

41 lines
954 B
JSON
Raw Permalink Normal View History

2026-05-05 12:03:45 +00:00
{
"@git.zone/cli": {
"projectType": "website",
"module": {
"githost": "code.foss.global",
"gitscope": "smarthome.exchange",
"gitrepo": "hub",
"description": "Local smarthome.exchange hub runtime.",
"npmPackagename": "@smarthome.exchange/hub",
"license": "MIT",
"projectDomain": "smarthome.exchange",
"keywords": [
"smarthome.exchange",
"home automation",
"MCP",
"agents",
"typescript"
]
},
"release": {
"registries": ["https://verdaccio.lossless.digital"],
"accessLevel": "public"
}
},
"@git.zone/tsbundle": {
"bundles": [
{
"from": "./ts_web/index.ts",
"to": "./dist_serve/bundle.js",
"outputMode": "bundle",
"bundler": "esbuild",
"production": true,
"includeFiles": ["./html/index.html"]
}
]
},
"@git.zone/tswatch": {
"preset": "website"
}
}