Files
catalog/.smartconfig.json

38 lines
890 B
JSON

{
"@git.zone/cli": {
"projectType": "wcc",
"module": {
"githost": "gitlab.com",
"gitscope": "social.io/private",
"gitrepo": "catalog",
"description": "the element catalog for the lossless organization",
"npmPackagename": "@social.io_private/catalog",
"license": "UNLICENSED",
"projectDomain": "social.io"
},
"release": {
"registries": [
"https://verdaccio.lossless.digital"
],
"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": {
"npmRegistryUrl": "verdaccio.lossless.one",
"npmGlobalTools": []
}
}