Files
UnrealEngine/Engine/Extras/RoboMerge/v3/package.json
2025-05-18 13:04:45 +08:00

46 lines
1.3 KiB
JSON

{
"name": "robomerge",
"version": "3.1.4",
"description": "Automatic P4 merge management bot.",
"repository": {},
"keywords": [
"robomerge"
],
"author": "james.hopkin",
"license": "UNLICENSED",
"scripts": {
"start": "node dist/robo/watchdog.js -botname=TEST -devMode",
"test": "node dist/robo/unit-tests.js"
},
"dependencies": {
"@sentry/node": "^5.7.1",
"@types/ldapjs": "^1.0.3",
"@types/marked": "^4.0.2",
"@types/mustache": "^0.8.32",
"@types/node": "^22.9.0",
"@types/nodemailer": "^4.3.4",
"@types/sanitize-html": "^1.20.2",
"@types/semver": "^6.0.2",
"@types/swagger-ui-dist": "^3.0.3",
"@viz-js/viz": "^3.11.0",
"colors": "^1.4.0",
"jsonlint-mod": "^1.7.6",
"ldapauth-fork": "^4.0.2",
"markdown-toc": "^1.2.0",
"marked": "^4.0.12",
"mongoose": "^8.13.2",
"mustache": "^3.2.1",
"node-gzip": "^1.1.2",
"nodemailer": "^6.7.0",
"sanitize-html": "^2.5.3",
"semver": "^6.1.0",
"source-map-support": "^0.5.12",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/intl": "^1.2.0",
"@types/swagger-ui-express": "^3.0.1"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}