{ "name": "broll-mcp", "version": "0.1.1", "description": "The content studio MCP for coding agents — BYO-key generation, deterministic video/carousel rendering, draft-first social publishing.", "type": "module", "license": "MIT", "bin": { "broll-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "assets" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json --noEmit", "smoke": "tsx scripts/smoke.ts", "prebuild": "rm -rf dist" }, "keywords": [ "mcp", "model-context-protocol", "content", "video", "ffmpeg", "social-media", "agents", "claude" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "execa": "^9.6.1", "sharp": "^0.35.3", "zod": "^4.4.3" }, "devDependencies": { "@rolldown/binding-darwin-arm64": "^1.1.5", "@types/node": "^26.1.1", "tsx": "^4.23.0", "typescript": "^7.0.2", "vitest": "^4.1.10" }, "repository": { "type": "git", "url": "git+https://github.com/luke-fairbanks/broll.git" }, "homepage": "https://github.com/luke-fairbanks/broll#readme", "bugs": { "url": "https://github.com/luke-fairbanks/broll/issues" }, "mcpName": "io.github.luke-fairbanks/broll" }