link-stack/packages/zammad-addon-leafcutter/package.json

16 lines
489 B
JSON
Raw Normal View History

2023-05-17 06:41:47 +00:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/zammad-addon-leafcutter",
2023-05-17 06:41:47 +00:00
"displayName": "Leafcutter",
2025-02-20 10:56:31 +01:00
"version": "3.1.0",
2023-05-17 06:41:47 +00:00
"description": "Adds a common set of tags for Leafcutter uses.",
"scripts": {
2024-06-05 08:52:41 +02:00
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",
"migrate": "node '../../node_modules/@link-stack/zammad-addon-common/dist/migrate.js'"
2023-05-17 06:41:47 +00:00
},
"dependencies": {
2024-06-05 08:52:41 +02:00
"@link-stack/zammad-addon-common": "*"
2023-05-17 06:41:47 +00:00
},
"author": "",
"license": "AGPL-3.0-or-later"
}