Restores and stabilizes a new `fusion-plugin-cli-printing-press` plugin scaffold, including the plugin manifest, TypeScript configuration, source entry point, and test suite, with vitest aliases added in a follow-up fix. Fusion-Task-Id: FN-3907
7 lines
193 B
JSON
7 lines
193 B
JSON
{
|
|
"id": "fusion-plugin-cli-printing-press",
|
|
"name": "CLI Printing Press",
|
|
"version": "0.1.0",
|
|
"description": "Generate and manage CLIs for external services using cli-printing-press"
|
|
}
|