{
  "name": "opencode-translate",
  "version": "1.0.5",
  "description": "OpenCode plugin that lets the user chat in a configured language while the main chat loop only sees English.",
  "type": "module",
  "main": "src/index.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ysm-dev/opencode-translate.git"
  },
  "bugs": {
    "url": "https://github.com/ysm-dev/opencode-translate/issues"
  },
  "homepage": "https://github.com/ysm-dev/opencode-translate#readme",
  "keywords": [
    "opencode",
    "opencode-plugin",
    "translate",
    "translation",
    "i18n"
  ],
  "files": [
    "src",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsgo --noEmit",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "lint": "biome lint --write .",
    "lint:check": "biome lint .",
    "knip": "knip",
    "check": "biome check --write .",
    "check:ci": "biome check .",
    "test": "bun test",
    "test:coverage": "bun test --coverage"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.14.0"
  },
  "dependencies": {
    "@ai-sdk/amazon-bedrock": "^4.0.96",
    "@ai-sdk/anthropic": "^3.0.71",
    "@ai-sdk/google": "^3.0.64",
    "@ai-sdk/google-vertex": "^4.0.112",
    "@ai-sdk/openai": "^3.0.53",
    "@ai-sdk/openai-compatible": "^2.0.41",
    "ai": "^6.0.168"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@opencode-ai/plugin": "^1.14.21",
    "@types/node": "^25.6.0",
    "@typescript/native-preview": "beta",
    "bun-types": "^1.3.13",
    "knip": "^6.14.1"
  }
}
