Files
catalog/.smartconfig.json

36 lines
800 B
JSON

{
"@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
}
]
},
"@git.zone/cli": {
"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": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
}
}