Files
cloudron-box/package.json
2024-04-19 17:56:15 +02:00

84 lines
2.1 KiB
JSON

{
"name": "yellowtent",
"description": "Main code for a cloudron",
"version": "1.0.0",
"private": true,
"contributors": [
"Girish",
"Johannes"
],
"repository": {
"type": "git",
"url": "https://git.cloudron.io/cloudron/box.git"
},
"bin": {
"hotfix": "./scripts/hotfix",
"release": "./scripts/release"
},
"dependencies": {
"@google-cloud/dns": "^3.0.2",
"@google-cloud/storage": "^6.12.0",
"async": "^3.2.5",
"aws-sdk": "^2.1602.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.2",
"cloudron-manifestformat": "^5.23.0",
"connect": "^3.7.0",
"connect-lastmile": "^2.2.0",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"cron": "^2.4.4",
"db-migrate": "^0.11.14",
"db-migrate-mysql": "^2.3.2",
"debug": "^4.3.4",
"dockerode": "^4.0.2",
"ejs": "^3.1.10",
"express": "^4.19.2",
"ipaddr.js": "^2.1.0",
"jose": "^5.2.4",
"jsdom": "^24.0.0",
"jsonwebtoken": "^9.0.2",
"ldapjs": "^2.3.3",
"marked": "^7.0.5",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"nodemailer": "^6.9.13",
"nsyslog-parser": "^0.10.1",
"oidc-provider": "^8.4.5",
"ovh": "^2.0.3",
"qrcode": "^1.5.3",
"readdirp": "^3.6.0",
"safetydance": "^2.4.0",
"semver": "^7.6.0",
"speakeasy": "^2.0.0",
"superagent": "^8.1.2",
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
"tldjs": "^2.3.1",
"ua-parser-js": "^1.0.37",
"underscore": "^1.13.6",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"ws": "^8.16.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"commander": "^12.0.0",
"easy-table": "^1.2.0",
"eslint": "^9.0.0",
"expect.js": "*",
"hock": "^1.4.1",
"js2xmlparser": "^5.0.0",
"mocha": "^10.4.0",
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
"nock": "^13.5.4",
"ssh2": "^1.15.0",
"yesno": "^0.4.0"
},
"scripts": {
"test": "./run-tests"
}
}