{
  "name": "@mcpflow.io/mcp-tmdb-mcp-server",
  "version": "1.0.1",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && shx chmod +x dist/*.js",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "start": "node index.js"
  },
  "keywords": [
    "mcpflow",
    "mcp"
  ],
  "author": "MCP-Mirror",
  "license": "MIT License",
  "description": "镜像源",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.3",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "@types/node-fetch": "^2.6.12",
    "shx": "^0.3.4",
    "typescript": "^5.7.2"
  },
  "type": "module",
  "bin": {
    "mcp-server-tmdb": "dist/index.js"
  },
  "mcpflow": {
    "originalName": "mcp-server-tmdb",
    "mcpId": "a9c03021-249c-4b39-8a03-9babb21eb0e2",
    "developer": "MCP-Mirror",
    "gitRepo": "https://github.com/MCP-Mirror/Laksh-star_mcp-server-tmdb",
    "callType": "CLI"
  }
}