(command: string)
| 218 | } |
| 219 | |
| 220 | function hyperframesScript(command: string): string { |
| 221 | return `npx --yes ${getHyperframesPackageSpecifier()} ${command}`; |
| 222 | } |
| 223 | |
| 224 | function buildPackageScripts(): Record<string, string> { |
| 225 | return { |
no test coverage detected