{
  "name": "popcorn-mcp",
  "version": "0.4.0",
  "description": "MCP server that generates transcripts and keyframes for long-form video analysis.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "popcorn-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^25.2.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.3"
  }
}
