Files
kilocode/packages/sdk/js/package.json
T
kilo-maintainer[bot] 99c621ee78 release: v7.5.5
2026-08-26 18:58:18 +00:00

43 lines
1.1 KiB
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/sdk",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"scripts": {
"test": "bun test",
"typecheck": "tsgo --noEmit",
"build": "bun ./script/build.ts"
},
"exports": {
".": "./src/index.ts",
"./client": "./src/client.ts",
"./server": "./src/server.ts",
"./v2": "./src/v2/index.ts",
"./v2/client": "./src/v2/client.ts",
"./v2/gen/client": "./src/v2/gen/client/index.ts",
"./v2/server": "./src/v2/server.ts",
"./v2/types": "./src/v2/gen/types.gen.ts"
},
"files": [
"dist"
],
"devDependencies": {
"@hey-api/openapi-ts": "0.90.10",
"@tsconfig/node22": "catalog:",
"@types/cross-spawn": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"cross-spawn": "catalog:"
},
"peerDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Kilo-Org/kilocode",
"directory": "packages/sdk/js"
}
}