Add hotfix command

This commit is contained in:
Johannes Zellner
2023-03-29 22:52:51 +02:00
parent 7af44e1fdd
commit ba74eb6fa2
4 changed files with 259 additions and 6 deletions

View File

@@ -10,6 +10,9 @@
"type": "git",
"url": "https://git.cloudron.io/cloudron/box.git"
},
"bin": {
"hotfix": "./scripts/hotfix"
},
"dependencies": {
"@google-cloud/dns": "^3.0.2",
"@google-cloud/storage": "^6.9.4",
@@ -59,13 +62,15 @@
"xml2js": "^0.4.23"
},
"devDependencies": {
"commander": "^10.0.0",
"eslint": "^8.36.0",
"expect.js": "*",
"hock": "^1.4.1",
"js2xmlparser": "^5.0.0",
"mocha": "^10.2.0",
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
"nock": "^13.3.0"
"nock": "^13.3.0",
"ssh2": "^1.11.0"
},
"scripts": {
"test": "./run-tests"