Files
2026-08-03 15:02:57 -07:00

12 lines
307 B
JSON

{
"name": "docs-reference-project",
"private": true,
"type": "module",
"scripts": {
"dev": "npx --yes hyperframes@0.7.90 preview",
"check": "npx --yes hyperframes@0.7.90 check",
"render": "npx --yes hyperframes@0.7.90 render",
"publish": "npx --yes hyperframes@0.7.90 publish"
}
}