fix(cli): preserve npm package metadata

This commit is contained in:
Catriel Müller
2026-06-04 14:21:38 -03:00
parent 60059d5e66
commit 0af454de08
4 changed files with 41 additions and 1 deletions
+2
View File
@@ -331,6 +331,8 @@ for (const item of targets) {
version: Script.version,
os: [item.os],
cpu: [item.arch],
keywords: pkg.keywords, // kilocode_change
private: pkg.private, // kilocode_change
// kilocode_change start
repository: {
type: "git",