chore: add quartz plugin manifest to package.json

This commit is contained in:
saberzero1 2026-02-17 17:39:40 +01:00
parent 0fd53121bd
commit 65897957ab
No known key found for this signature in database

View file

@ -66,6 +66,17 @@
"typescript": "^5.9.3",
"vitest": "^2.1.9"
},
"quartz": {
"name": "alias-redirects",
"displayName": "Alias Redirects",
"category": "emitter",
"version": "1.0.0",
"quartzVersion": ">=5.0.0",
"dependencies": [],
"defaultOrder": 50,
"defaultEnabled": true,
"defaultOptions": {}
},
"engines": {
"node": ">=22",
"npm": ">=10.9.2"