Files
catalog/.smartconfig.json
T

54 lines
1.2 KiB
JSON
Raw Normal View History

2026-01-03 02:44:25 +00:00
{
"@git.zone/tswatch": {
"preset": "element"
},
"@git.zone/tsbundle": {
"bundles": [
{
"from": "./ts_web/index.ts",
"to": "./dist_bundle/bundle.js",
"outputMode": "bundle",
"bundler": "esbuild",
"production": true
}
]
},
2026-01-03 02:44:25 +00:00
"@git.zone/cli": {
"schemaVersion": 2,
2026-01-03 02:44:25 +00:00
"projectType": "wcc",
"module": {
"githost": "code.foss.global",
"gitscope": "serve.zone",
"gitrepo": "catalog",
"description": "UI component catalog for serve.zone",
"npmPackagename": "@serve.zone/catalog",
"license": "MIT",
"projectDomain": "serve.zone"
},
"release": {
"preflight": {
"requireCleanTree": true,
"test": false,
"build": true
},
"targets": {
"git": {
"enabled": true,
"remote": "origin",
"pushBranch": true,
"pushTags": true
},
"npm": {
"enabled": true,
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public",
"alreadyPublished": "success"
}
}
2026-01-03 02:44:25 +00:00
}
}
}