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