Files
cloudron-box/package.json
Girish Ramakrishnan d03e401d94 lodash is not used
2023-08-30 09:24:43 +05:30

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.4",
"aws-sdk": "^2.1426.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.2",
"cloudron-manifestformat": "^5.20.0",
"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.4.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.1.0",
"jose": "^4.14.4",
"jsdom": "^22.1.0",
"jsonwebtoken": "^9.0.1",
"ldapjs": "^2.3.3",
"marked": "^7.0.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"morgan": "^1.10.0",
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"nodemailer": "^6.9.4",
"nsyslog-parser": "^0.10.1",
"oidc-provider": "^8.2.2",
"qrcode": "^1.5.3",
"readdirp": "^3.6.0",
"safetydance": "^2.2.0",
"semver": "^7.5.4",
"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.35",
"underscore": "^1.13.6",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"ws": "^8.13.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"commander": "^11.0.0",
"easy-table": "^1.2.0",
"eslint": "^8.46.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.2",
"ssh2": "^1.14.0",
"yesno": "^0.4.0"
},
"scripts": {
"test": "./run-tests"
}
}