recap-v2/package.json
{
"name": "my-video",
"private": true,
"type": "module",
"scripts": {
"dev": "npx --yes hyperframes@0.7.68 preview",
"check": "npx --yes hyperframes@0.7.68 check",
"render": "npx --yes hyperframes@0.7.68 render",
"publish": "npx --yes hyperframes@0.7.68 publish"
}
}