Files
cloudron-box/package.json

80 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "cloudron-platform",
2025-02-13 10:22:12 +01:00
"description": "Cloudron Platform (Box)",
"version": "1.0.0",
"private": true,
2023-04-14 19:31:45 +02:00
"contributors": [
"Girish",
"Johannes"
],
"repository": {
"type": "git",
2025-02-13 10:22:12 +01:00
"url": "https://git.cloudron.io/platform/box.git"
},
2023-03-29 22:52:51 +02:00
"bin": {
2023-03-29 23:09:15 +02:00
"hotfix": "./scripts/hotfix",
"release": "./scripts/release"
2023-03-29 22:52:51 +02:00
},
"dependencies": {
2025-02-10 17:03:09 +01:00
"@aws-sdk/client-route-53": "^3.744.0",
2025-02-12 20:56:46 +01:00
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/lib-storage": "^3.744.0",
"@google-cloud/dns": "^4.0.0",
"@google-cloud/storage": "^7.15.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/util-retry": "^4.0.2",
2025-05-26 10:45:23 +02:00
"@types/node": "^22.15.21",
2025-02-05 10:41:30 +01:00
"async": "^3.2.6",
"cloudron-manifestformat": "^5.27.0",
2019-06-14 15:31:13 -07:00
"connect": "^3.7.0",
2023-11-26 09:46:51 +01:00
"connect-lastmile": "^2.2.0",
"connect-timeout": "^1.9.0",
2025-02-05 10:41:30 +01:00
"cookie-parser": "^1.4.7",
"cookie-session": "^2.1.0",
2025-02-05 10:41:57 +01:00
"cron": "^3.5.0",
2023-11-26 09:46:51 +01:00
"db-migrate": "^0.11.14",
2025-02-05 14:39:14 +01:00
"db-migrate-mysql": "^3.0.0",
2025-02-05 10:41:57 +01:00
"debug": "^4.4.0",
"dockerode": "^4.0.6",
2024-11-26 13:11:26 +05:30
"domrobot-client": "^3.2.2",
2024-04-19 17:29:09 +02:00
"ejs": "^3.1.10",
2025-02-05 10:41:57 +01:00
"express": "^4.21.2",
"jose": "^5.9.6",
2025-02-05 14:39:14 +01:00
"jsdom": "^26.0.0",
2023-11-26 09:46:51 +01:00
"jsonwebtoken": "^9.0.2",
2023-03-09 18:53:26 +01:00
"ldapjs": "^2.3.3",
"marked": "^15.0.11",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
2022-04-15 07:24:40 -05:00
"multiparty": "^4.2.3",
2020-01-31 10:25:47 -08:00
"mysql": "^2.18.1",
"nodemailer": "^6.10.1",
2025-02-05 10:41:57 +01:00
"oidc-provider": "^8.6.1",
2023-11-05 18:38:30 +01:00
"ovh": "^2.0.3",
2025-02-05 10:41:30 +01:00
"qrcode": "^1.5.4",
"safetydance": "^2.5.1",
2025-02-05 10:41:57 +01:00
"semver": "^7.7.1",
"speakeasy": "^2.0.0",
"tar-stream": "^3.1.7",
2018-02-22 10:52:42 -08:00
"tldjs": "^2.3.1",
"ua-parser-js": "^2.0.3",
2025-02-05 14:39:14 +01:00
"uuid": "^11.0.5",
"ws": "^8.18.1",
2023-07-28 09:35:39 +05:30
"xml2js": "^0.6.2"
},
"devDependencies": {
2025-02-10 11:38:57 +01:00
"@eslint/js": "^9.20.0",
2025-02-05 11:49:03 +01:00
"commander": "^13.1.0",
2023-03-29 23:09:15 +02:00
"easy-table": "^1.2.0",
"eslint": "^9.20.1",
"expect.js": "*",
2025-02-05 11:49:03 +01:00
"mocha": "^11.1.0",
"nock": "^14.0.4",
2025-02-05 10:41:57 +01:00
"ssh2": "^1.16.0",
2023-03-29 23:09:15 +02:00
"yesno": "^0.4.0"
},
"scripts": {
2022-11-05 15:26:56 +01:00
"test": "./run-tests"
}
}