{
  "name": "opencode-plugin-tsaperture",
  "version": "0.4.0",
  "description": "OpenCode plugin to automatically populate models from Tailscale Aperture API",
  "homepage": "https://github.com/SharkyRawr/opencode-plugin-tsaperture",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SharkyRawr/opencode-plugin-tsaperture.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc",
    "test": "pnpm build && node --experimental-test-coverage --test test/*.test.mjs",
    "watch": "tsc --watch",
    "lint": "biome lint"
  },
  "keywords": [
    "opencode",
    "plugin",
    "tailscale",
    "aperture"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@opencode-ai/plugin": "^1.18.31",
    "@opencode/plugin": "^2.0.8"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.14",
    "@types/node": "^24.13.6",
    "typescript": "^7.0.2"
  },
  "peerDependencies": {
    "opencode-ai": "^1.4.0 || ^2.0.0"
  }
}
