streamdeck-typescript
Version:
This library will help you build elgato stream deck plugins in typescript
20 lines (19 loc) • 593 B
JSON
{
"packages": {
".": {
"release-type": "node",
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "refactor", "section": "Refactors" },
{ "type": "docs", "section": "Documentation" },
{ "type": "perf", "section": "Performance" },
{ "type": "chore", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "test", "hidden": true },
{ "type": "ci", "hidden": true }
]
}
}
}