Files
cloudron-box/package.json
Johannes Zellner ba74eb6fa2 Add hotfix command
2023-03-29 22:54:47 +02:00

79 lines
1.9 KiB
JSON

{
"name": "cloudron",
"description": "Main code for a cloudron",
"version": "1.0.0",
"private": true,
"author": {
"name": "Cloudron authors"
},
"repository": {
"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",
"async": "^3.2.4",
"aws-sdk": "^2.1343.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.2",
"cloudron-manifestformat": "^5.19.1",
"connect": "^3.7.0",
"connect-lastmile": "^2.1.1",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cron": "^2.3.0",
"db-migrate": "^0.11.13",
"db-migrate-mysql": "^2.2.0",
"debug": "^4.3.4",
"dockerode": "^3.3.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"ipaddr.js": "^2.0.1",
"jose": "^4.13.1",
"jsdom": "^21.1.1",
"jsonwebtoken": "^9.0.0",
"ldapjs": "^2.3.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.42",
"morgan": "^1.10.0",
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"nodemailer": "^6.9.1",
"oidc-provider": "^7.14.3",
"qrcode": "^1.5.1",
"readdirp": "^3.6.0",
"safetydance": "^2.2.0",
"semver": "^7.3.8",
"speakeasy": "^2.0.0",
"superagent": "^8.0.9",
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
"tldjs": "^2.3.1",
"ua-parser-js": "^1.0.34",
"underscore": "^1.13.6",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"ws": "^8.13.0",
"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",
"ssh2": "^1.11.0"
},
"scripts": {
"test": "./run-tests"
}
}