package.json•1.32 kB
{
  "name": "@plainly-videos/mcp-server",
  "version": "1.0.3",
  "description": "MCP server for Plainly Videos that allows browsing designs and projects, as well as rendering videos.",
  "license": "MIT",
  "author": "PlainlyVideos <contact@planlyvideos.com>",
  "homepage": "https://plainlyvideos.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plainly-videos/mcp-server.git"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "plainly",
    "plainlyvideos",
    "mcp",
    "mcp-server",
    "modelcontextprotocol",
    "aftereffects",
    "adobe-after-effects",
    "video-api",
    "video-automation",
    "video-processing",
    "video-rendering",
    "automation",
    "api",
    "javascript",
    "typescript"
  ],
  "type": "module",
  "module": "src/smithery.ts",
  "bin": "dist/cli.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "tsc --noEmit && vite build",
    "typecheck": "tsc --noEmit",
    "start": "node dist/index.js"
  },
  "packageManager": "yarn@4.9.2",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.2",
    "axios": "^1.12.2",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@smithery/sdk": "^1.6.4",
    "@types/node": "^22.10.6",
    "typescript": "^5.7.3",
    "vite": "^6.3.6"
  }
}