{
  "name": "@sibrik/editor",
  "version": "1.0.12",
  "description": "Local MCP server for Sibrik.ai video editing — runs Remotion Studio and renders MP4 on your machine",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "sibrik-editor": "dist/index.js"
  },
  "scripts": {
    "build": "esbuild src/index.ts --bundle --platform=node --format=esm --packages=external --outfile=dist/index.js --sourcemap && npm run build:postinstall",
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "typecheck": "tsc --noEmit",
    "build:postinstall": "esbuild src/postinstall.ts --bundle --platform=node --format=esm --packages=external --outfile=dist/postinstall.js --sourcemap",
    "postinstall": "node dist/postinstall.js"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "@remotion/bundler": "^4.0.0",
    "@remotion/cli": "^4.0.0",
    "@remotion/renderer": "^4.0.0",
    "dotenv": "^16.4.5",
    "remotion": "^4.0.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "esbuild": "^0.25.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "sibrik",
    "remotion",
    "video",
    "editor",
    "claude"
  ],
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  }
}
