Zammad addon common updates
This commit is contained in:
parent
e4450c37ee
commit
6fca9c704f
16 changed files with 192 additions and 107 deletions
|
|
@ -2,7 +2,13 @@
|
|||
"name": "zammad-addon-common",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"zpm-build": "./dist/build.js",
|
||||
"zpm-migrate": "./dist/migrate.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ts-node": "^10.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue