{
  "name": "openpets-sdk",
  "version": "1.3.3",
  "type": "module",
  "description": "Lightweight SDK for building OpenPets plugins",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./browser": {
      "types": "./dist/browser/index.d.ts",
      "import": "./dist/browser/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "!dist/**/*.test.*"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepublishOnly": "bun run build"
  },
  "keywords": [
    "ai",
    "plugins",
    "pets",
    "opencode",
    "sdk",
    "authoring",
    "browser",
    "playwright"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/raggle-ai/pets.git",
    "directory": "core/openpets/src/sdk"
  },
  "author": "Raggle",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.0.106",
    "dotenv": "^16.4.5",
    "zod": "4.1.8"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.0.106",
    "playwright": "^1.40.0"
  },
  "peerDependenciesMeta": {
    "playwright": {
      "optional": true
    }
  }
}
