mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
23 lines
536 B
JSON
23 lines
536 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@kilocode/kilo-i18n",
|
|
"version": "7.5.5",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"description": "Kilo-specific i18n translations and overrides",
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"typescript": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
},
|
|
"dependencies": {},
|
|
"peerDependencies": {}
|
|
}
|