Files
catalog/.smartconfig.json

44 lines
1015 B
JSON

{
"@git.zone/cli": {
"projectType": "wcc",
"module": {
"githost": "code.foss.global",
"gitscope": "idp.global",
"gitrepo": "catalog",
"description": "Web component catalog for idp.global, based on the v2 product design language.",
"npmPackagename": "@idp.global/catalog",
"license": "MIT",
"projectDomain": "idp.global",
"keywords": [
"idp.global",
"web components",
"identity",
"authentication",
"design system"
]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"@git.zone/tsbundle": {
"bundles": [
{
"from": "./ts_web/index.ts",
"to": "./dist_bundle/bundle.js",
"outputMode": "bundle",
"bundler": "esbuild",
"production": true
}
]
},
"@git.zone/tswatch": {
"preset": "element"
},
"@ship.zone/szci": {}
}