mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
12 lines
307 B
JSON
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"
|
|
}
|
|
}
|