{
  "name": "@mcpcn/video-mcp",
  "version": "1.0.36",
  "description": "MCP Server for Sora video generation API integration",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "video-mcp": "./build/index.js"
  },
  "scripts": {
    "build": "tsc",
    "postbuild": "node -e \"try{require('fs').chmodSync('build/index.js',0o755)}catch(e){}\"",
    "start": "node build/index.js",
    "dev": "tsc -w",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "sora",
    "video-generation",
    "ai",
    "yunwu"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "axios": "^1.7.0",
    "dotenv": "^16.6.1",
    "form-data": "^4.0.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.8.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
