xworkspace-core-skills/example/it-infra-evolution-video/package.json
2026-05-18 12:27:36 +08:00

12 lines
389 B
JSON

{
"name": "it-infra-evolution-video",
"private": true,
"type": "module",
"scripts": {
"dev": "npx --yes hyperframes@0.6.15 preview",
"check": "npx --yes hyperframes@0.6.15 lint && npx --yes hyperframes@0.6.15 validate && npx --yes hyperframes@0.6.15 inspect",
"render": "npx --yes hyperframes@0.6.15 render",
"publish": "npx --yes hyperframes@0.6.15 publish"
}
}