41 lines
954 B
JSON
41 lines
954 B
JSON
{
|
|
"@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"
|
|
}
|
|
}
|