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

33 lines
896 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/sandbox",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"private": true,
"description": "OS-neutral sandbox profiles and launch preparation for Kilo Code",
"exports": {
".": "./src/index.ts"
},
"files": [
"src"
],
"scripts": {
"typecheck": "tsgo --noEmit",
"test": "bun test --timeout 30000",
"test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --dots --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml"
},
"dependencies": {
"@anthropic-ai/sandbox-runtime": "catalog:",
"effect": "catalog:",
"ipaddr.js": "catalog:"
},
"devDependencies": {
"@effect/platform-node": "catalog:",
"@tsconfig/bun": "catalog:",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
},
"peerDependencies": {}
}