package.json•1.26 kB
{
"name": "@plainly-videos/mcp-server",
"version": "1.0.2",
"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",
"bin": "dist/index.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.0.4",
"axios": "^1.12.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.10.6",
"typescript": "^5.7.3",
"vite": "^6.3.6"
}
}