package.jsonβ’1.34 kB
{
"name": "mcp-adobe-premiere-pro",
"version": "1.0.0",
"description": "Model Context Protocol tools for Adobe Premiere Pro - AI-powered video editing through natural language prompts",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write src/**/*.ts"
},
"keywords": [
"mcp",
"model-context-protocol",
"adobe-premiere-pro",
"video-editing",
"ai-automation",
"extendscript",
"uxp"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"fs-extra": "^11.2.0",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"uuid": "^10.0.0",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.22.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=18.0.0"
}
}