{
  "name": "experimental-ai-sdk-code-mode",
  "version": "1.0.16",
  "description": "QuickJS-backed code mode tool for AI SDK",
  "keywords": [
    "ai-sdk",
    "agents",
    "code-mode",
    "quickjs",
    "sandbox",
    "tools"
  ],
  "homepage": "https://github.com/vercel-labs/ai-sdk-code-mode#readme",
  "bugs": {
    "url": "https://github.com/vercel-labs/ai-sdk-code-mode/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel-labs/ai-sdk-code-mode.git"
  },
  "license": "MIT",
  "author": "Vercel Inc.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=22.13.0"
  },
  "packageManager": "pnpm@10.33.4",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "bench": "pnpm build && node benchmark/three-roundtrips.mjs",
    "build": "pnpm clean && tsc -p tsconfig.json && node scripts/embed-inline-worker.mjs",
    "clean": "rm -rf dist",
    "format": "biome check --write .",
    "format:check": "biome ci .",
    "knip": "knip",
    "lint": "biome ci . && knip",
    "pack:check": "npm pack --dry-run",
    "prepack": "pnpm build",
    "test": "pnpm build && vitest run",
    "test:e2e": "pnpm build && vitest run --config vitest.e2e.config.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "validate": "pnpm lint && pnpm typecheck && pnpm test"
  },
  "peerDependencies": {
    "ai": "^6.0.0 || ^7.0.0-beta.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@types/node": "^25.9.1",
    "ai": "^6.0.191",
    "esbuild": "0.28.0",
    "knip": "^6.14.2",
    "quickjs-emscripten": "^0.32.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7",
    "zod": "^4.4.3"
  }
}
