21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@kilocode/kilo-i18n",
|
|
"version": "1.0.25",
|
|
"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:"
|
|
}
|
|
}
|