← back to Prestige Hyperframes Promo

my-video/package.json

12 lines

{
  "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"
  }
}