Files
kilocode/packages/kilo-jetbrains/package.json
T
2026-06-12 13:51:52 +00:00

16 lines
381 B
JSON

{
"name": "@kilocode/kilo-jetbrains",
"private": true,
"scripts": {
"build": "bun script/build.ts",
"build:production": "bun script/build.ts --production",
"typecheck": "./gradlew typecheck",
"test": "./gradlew test",
"test:ci": "bun script/test-ci.ts"
},
"version": "7.3.44",
"dependencies": {},
"devDependencies": {},
"peerDependencies": {}
}