{
  "name": "openai-sora2-mcp-server",
  "version": "1.1.1",
  "description": "MCP Server for OpenAI Sora 2 Video Generation API",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "sora2-mcp-server": "dist/index.js",
    "sora2-batch": "dist/cli/batch.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ex-takashima/openai-sora2-mcp-server.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "batch": "node dist/cli/batch.js",
    "clean": "rimraf dist",
    "pack": "npm run clean && npm run build && npm pack"
  },
  "keywords": [
    "openai",
    "sora",
    "sora2",
    "video",
    "ai",
    "mcp",
    "model-context-protocol"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "dotenv": "^16.4.7"
  },
  "devDependencies": {
    "@types/node": "^22.18.8",
    "rimraf": "^6.0.1",
    "typescript": "^5.7.2"
  }
}
