{
  "name": "premiere-pro-mcp",
  "version": "1.13.0",
  "description": "MCP server for Adobe Premiere Pro with 288 core AI video editing tools and a capability-aware UXP bridge for supported Premiere workflows.",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "bin": {
    "premiere-pro-mcp": "dist/index.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/resources/adobe-uxp-coverage.json",
    "cep-plugin",
    "artifacts/MCPBridgeCEP.zxp",
    "uxp-plugin",
    "benchmarks/uxp-hybrid",
    "docs/supported-actions.md",
    "docs/project-context-engine.md",
    "scripts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc && node scripts/copy-adobe-uxp-coverage.mjs",
    "build:claude": "npm run build && node scripts/build-claude-desktop.mjs",
    "build:connector:windows": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-connector-installer.ps1",
    "check": "npm run lint && npm run build && npm run validate:marketplace-branding && npm run docs:supported-actions:check && npm test",
    "check:release-metadata": "vitest run tests/release-metadata.test.ts",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "start:http": "node dist/http-server.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "validate:host-report": "node scripts/validate-licensed-host-report.mjs",
    "validate:marketplace-branding": "node scripts/validate-adobe-marketplace-branding.mjs",
    "benchmark:uxp-hybrid:verify": "node scripts/verify-uxp-hybrid-benchmark.mjs",
    "docs:supported-actions": "npm run build && node scripts/generate-supported-actions.mjs",
    "docs:supported-actions:check": "node scripts/generate-supported-actions.mjs --check",
    "install-cep": "node dist/index.js --install-cep",
    "lint": "eslint uxp-plugin --ext .cjs --max-warnings 0",
    "publish:npm": "node scripts/publish-npm.mjs",
    "publish:npm:dry-run": "node scripts/publish-npm.mjs --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leancoderkavy/premiere-pro-mcp.git"
  },
  "homepage": "https://premiere-pro-mcp.com/",
  "bugs": {
    "url": "https://github.com/leancoderkavy/premiere-pro-mcp/issues"
  },
  "author": "MCP for Adobe Premiere Pro contributors",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "adobe",
    "premiere-pro",
    "video-editing",
    "ai",
    "extendscript",
    "cep",
    "claude",
    "windsurf",
    "cursor",
    "automation",
    "ai-video-editing",
    "premiere-automation",
    "claude-desktop",
    "adobe-premiere-pro",
    "video-editing-automation",
    "ai-video-editor",
    "mcp-server",
    "mcp-tools",
    "creative-cloud",
    "premiere-pro-plugin",
    "claude-code"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "posthog-node": "^5.46.1",
    "ws": "^8.21.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@adobe/eslint-plugin-premierepro": "26.3.0",
    "@adobe/premierepro": "26.3.0",
    "@types/node": "^26.1.2",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/parser": "^8.65.0",
    "@vitest/coverage-v8": "^4.1.10",
    "eslint": "^9.39.3",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10"
  },
  "overrides": {
    "@hono/node-server": "^2.0.5",
    "body-parser": "^2.3.0",
    "fast-uri": "^3.1.5",
    "hono": "^4.12.34",
    "ip-address": "^10.4.0",
    "nanoid": "3.3.18"
  }
}
