Add Leafcutter addon

This commit is contained in:
Darren Clarke 2023-05-17 06:41:47 +00:00
parent 4498cc95f6
commit 0190ccdfd3
8 changed files with 92 additions and 5207 deletions

View file

@ -0,0 +1,15 @@
{
"name": "zammad-addon-leafcutter",
"displayName": "Leafcutter",
"version": "2.0.0",
"description": "Adds a common set of tags for Leafcutter uses.",
"scripts": {
"build": "node ../../node_modules/zammad-addon-common/dist/build.js",
"migrate": "node ../../node_modules/zammad-addon-common/dist/migrate.js"
},
"dependencies": {
"zammad-addon-common": "*"
},
"author": "",
"license": "AGPL-3.0-or-later"
}