{
  "name": "@nielpattin/oh-my-opencode",
  "version": "1.0.15",
  "description": "OpenCode plugin - custom agents (librarian) and enhanced features",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./schema.json": "./dist/oh-my-opencode.schema.json"
  },
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target bun --format esm && tsc --emitDeclarationOnly && bun run build:schema",
    "build:schema": "bun run script/build-schema.ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "bun run clean && bun run build",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "opencode",
    "plugin",
    "librarian",
    "agents",
    "ai",
    "llm"
  ],
  "author": "Niel Pattin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nielpattin/oh-my-opencode.git"
  },
  "bugs": {
    "url": "https://github.com/nielpattin/oh-my-opencode/issues"
  },
  "homepage": "https://github.com/nielpattin/oh-my-opencode#readme",
  "dependencies": {
    "@opencode-ai/plugin": "^1.0.162",
    "@opencode-ai/sdk": "^1.0.162",
    "picomatch": "^4.0.2",
    "xdg-basedir": "^5.1.0",
    "zod": "^4.1.8"
  },
  "devDependencies": {
    "@types/picomatch": "^3.0.2",
    "bun-types": "latest",
    "typescript": "^5.7.3"
  }
}
