{
  "name": "wiggly-otaku-explainer-format-kit",
  "private": true,
  "version": "1.0.0",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "check:kit": "node kit-smoke.mjs",
    "smoke": "tsx scripts/smoke-otaku-format.ts",
    "prototype:otaku": "tsx scripts/otaku-format.ts",
    "prototype:otaku:render": "tsx scripts/render-otaku-proofs.ts",
    "test": "tsx tests/otaku-format-runtime.test.ts && node kit-smoke.mjs"
  },
  "dependencies": {
    "@remotion/bundler": "4.0.473",
    "@remotion/media": "4.0.473",
    "@remotion/renderer": "4.0.473",
    "react": "19.0.1",
    "react-dom": "19.0.1",
    "remotion": "4.0.473",
    "tsx": "4.20.6"
  }
}
