{
  "name": "trakt-tools",
  "version": "1.9.1",
  "description": "OpenClaw plugin for Trakt.tv - track movies and TV shows",
  "type": "module",
  "openclaw": {
    "extensions": [
      "./src/index.ts"
    ],
    "compat": {
      "pluginApi": ">=2026.6.5"
    },
    "build": {
      "openclawVersion": "2026.6.5",
      "pluginSdkVersion": "2026.6.5"
    },
    "environment": {
      "binaries": [
        "trakt-cli"
      ]
    }
  },
  "files": [
    "dist/",
    "openclaw.plugin.json",
    "skills/",
    "src/"
  ],
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "trakt",
    "movies",
    "tv-shows",
    "watchlist"
  ],
  "author": {
    "name": "Omar Shahine",
    "email": "omar@shahine.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/omarshahine/trakt-plugin.git"
  },
  "homepage": "https://github.com/omarshahine/trakt-plugin#readme",
  "bugs": {
    "url": "https://github.com/omarshahine/trakt-plugin/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.49",
    "openclaw": "^2026.6.5"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "typescript": "^5.9.3",
    "tsup": "^8.5.0"
  },
  "scripts": {
    "plugin:check": "npx --yes @openclaw/plugin-inspector inspect --no-openclaw",
    "plugin:ci": "npx --yes @openclaw/plugin-inspector ci --no-openclaw --runtime --mock-sdk --allow-execute",
    "build": "tsup src/index.ts --format esm --out-dir dist --clean --target node20",
    "prepack": "npm run build"
  },
  "main": "./dist/index.js"
}
