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

15 lines
259 B
JSON
Raw Normal View History

2023-05-03 10:36:37 +00:00
{
"name": "zammad-addon-common",
"version": "1.0.0",
"description": "",
2023-05-09 12:26:23 +00:00
"bin": {
"zpm-build": "./dist/build.js",
"zpm-migrate": "./dist/migrate.js"
},
2023-05-03 10:36:37 +00:00
"scripts": {
2023-05-08 07:46:46 +00:00
"build": "tsc"
2023-05-03 10:36:37 +00:00
},
"author": "",
2023-05-10 11:10:32 +00:00
"license": "AGPL-3.0-or-later"
2023-05-03 10:36:37 +00:00
}