{ "name": "@letta-ai/letta-code-sdk", "version": "0.1.8", "description": "SDK for programmatic control of Letta Code CLI", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "bun run build.ts", "dev": "bun run build.ts --watch", "check": "tsc --noEmit", "test": "bun test", "test:live": "LETTA_LIVE_INTEGRATION=1 bun test src/tests/live.integration.test.ts", "test:live:record": "LETTA_LIVE_INTEGRATION=1 LETTA_RECORD_FIXTURES=1 bun test src/tests/live.integration.test.ts" }, "repository": { "type": "git", "url": "https://github.com/letta-ai/letta-code-sdk" }, "dependencies": { "@letta-ai/letta-code": "0.17.0" }, "devDependencies": { "@types/bun": "latest", "@types/node": "^22.0.0", "typescript": "^5.7.0" }, "publishConfig": { "access": "public" }, "license": "Apache-2.0" }