UNPKG

@tanstack/ai-code-mode

Version:

Secure TypeScript Code Mode for TanStack AI agents to execute sandboxed tool orchestration programs.

74 lines 1.66 kB
{ "name": "@tanstack/ai-code-mode", "version": "0.3.1", "description": "Secure TypeScript Code Mode for TanStack AI agents to execute sandboxed tool orchestration programs.", "author": "Tanner Linsley", "license": "MIT", "homepage": "https://tanstack.com/ai", "repository": { "type": "git", "url": "git+https://github.com/TanStack/ai.git", "directory": "packages/ai-code-mode" }, "bugs": { "url": "https://github.com/TanStack/ai/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "type": "module", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "types": "./dist/esm/index.d.ts", "import": "./dist/esm/index.js" } }, "sideEffects": false, "engines": { "node": ">=18" }, "files": [ "dist", "src", "skills" ], "keywords": [ "ai", "ai-sdk", "typescript", "tanstack", "code-mode", "agents", "llm", "tool-calling", "sandbox", "isolate", "code-execution", "tanstack-intent" ], "dependencies": { "sucrase": "^3.35.0" }, "peerDependencies": { "zod": "^3.0.0 || ^4.0.0", "@tanstack/ai": "0.37.0" }, "devDependencies": { "@vitest/coverage-v8": "4.0.14", "zod": "^4.2.0", "@tanstack/ai": "0.37.0" }, "scripts": { "build": "vite build", "clean": "premove ./build ./dist", "lint:fix": "eslint ./src --fix", "test:build": "publint --strict", "test:eslint": "eslint ./src", "test:lib": "vitest", "test:lib:dev": "pnpm test:lib --watch", "test:types": "tsc" } }