{
  "name": "opencode-chutes",
  "version": "0.1.14",
  "description": "Chutes Models Plugin for OpenCode - Access 58+ state-of-the-art AI models through the Chutes API",
  "author": "Mark182 <mark182@gmail.com>",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "opencode-chutes": "bin/opencode-chutes"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mark182es/opencode-chutes"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "bin"
  ],
  "dependencies": {
    "@opencode-ai/plugin": "^0.15.30",
    "cac": "^6.7.14"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:bundle": "bun build ./src/index.ts --outfile dist/bundle.js --target bun",
    "build:cli": "bun build ./src/cli/index.ts --outdir dist/cli --target bun --external cac"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/node": "^20.11.5",
    "@typescript-eslint/eslint-plugin": "8.47.0",
    "@typescript-eslint/parser": "8.47.0",
    "bun-types": "latest",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "^3.2.4",
    "typescript": "^5.0.0",
    "typescript-eslint": "^8.47.0",
    "vitest": "^3.2.4"
  }
}