@kilocode/cli 0.0.1-alpha.1 → 0.0.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kilocode/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2-alpha.1",
|
|
4
4
|
"description": "Terminal User Interface for Kilo Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -116,18 +116,21 @@
|
|
|
116
116
|
"node": ">=20.19.2"
|
|
117
117
|
},
|
|
118
118
|
"keywords": ["cli", "tui", "terminal", "ai", "assistant", "kilocode", "kilo", "ink"],
|
|
119
|
-
"author":
|
|
120
|
-
|
|
119
|
+
"author": {
|
|
120
|
+
"name": "Kilo Code"
|
|
121
|
+
},
|
|
122
|
+
"homepage": "https://kilocode.ai/cli",
|
|
123
|
+
"bugs": {
|
|
124
|
+
"url": "https://github.com/Kilo-Org/kilocode/issues"
|
|
125
|
+
},
|
|
121
126
|
"repository": {
|
|
122
127
|
"type": "git",
|
|
123
|
-
"url": "https://github.com/
|
|
128
|
+
"url": "git+https://github.com/Kilo-Org/kilocode.git",
|
|
124
129
|
"directory": "cli"
|
|
125
130
|
},
|
|
126
|
-
"
|
|
127
|
-
"url": "https://github.com/kilo-org/kilocode/issues"
|
|
128
|
-
},
|
|
129
|
-
"homepage": "https://github.com/kilo-org/kilocode#readme",
|
|
131
|
+
"license": "Apache-2.0",
|
|
130
132
|
"publishConfig": {
|
|
131
|
-
"access": "
|
|
133
|
+
"access": "public",
|
|
134
|
+
"tag": "alpha"
|
|
132
135
|
}
|
|
133
136
|
}
|