mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
37 lines
922 B
JSON
37 lines
922 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"releaseMode": "ci-artifact-only",
|
|
"npm": {
|
|
"publish": false,
|
|
"registry": null,
|
|
"packages": [
|
|
"@ktx/cli",
|
|
"@ktx/connector-bigquery",
|
|
"@ktx/connector-clickhouse",
|
|
"@ktx/connector-mysql",
|
|
"@ktx/connector-postgres",
|
|
"@ktx/connector-snowflake",
|
|
"@ktx/connector-sqlite",
|
|
"@ktx/connector-sqlserver",
|
|
"@ktx/context",
|
|
"@ktx/llm"
|
|
]
|
|
},
|
|
"python": {
|
|
"publish": false,
|
|
"repository": null,
|
|
"packages": ["ktx-sl", "ktx-daemon"]
|
|
},
|
|
"publishedPackageSmoke": {
|
|
"packageName": null,
|
|
"version": "latest",
|
|
"registry": null
|
|
},
|
|
"requiredBeforePublishing": [
|
|
"Choose npm registry and package visibility.",
|
|
"Choose Python package repository.",
|
|
"Choose public release versions.",
|
|
"Configure registry credentials outside source control.",
|
|
"Choose release tag and provenance policy."
|
|
]
|
|
}
|