Files
catalog/.smartconfig.json

38 lines
890 B
JSON
Raw Permalink Normal View History

2024-12-27 01:53:26 +01:00
{
"@git.zone/cli": {
2024-12-27 01:53:26 +01:00
"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"
2024-12-27 01:53:26 +01:00
}
},
"@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": {
2024-12-27 01:53:26 +01:00
"npmRegistryUrl": "verdaccio.lossless.one",
"npmGlobalTools": []
2024-12-27 01:53:26 +01:00
}
}