{
  "name": "pi-remotion",
  "version": "0.2.0",
  "description": "Remotion + ffmpeg extension for pi — render videos, transcode, extract frames, generate GIFs, add audio",
  "type": "module",
  "license": "MIT",
  "author": "artale",
  "repository": {
    "type": "git",
    "url": "https://github.com/arosstale/pi-remotion"
  },
  "keywords": [
    "pi-package",
    "remotion",
    "ffmpeg",
    "video",
    "rendering"
  ],
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ],
    "tools": [],
    "commands": [
      "remotion"
    ]
  },
  "files": [
    "extensions/",
    "src/",
    "README.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.56.0",
    "@sinclair/typebox": ">=0.34.0"
  },
  "scripts": {
    "test": "echo \"test passed\"",
    "build": "echo \"build ok\""
  },
  "publishConfig": {
    "access": "public"
  }
}
