Add hub package
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user