This repository has been archived on 2024-04-10. You can view files and clone it, but cannot push or open issues or pull requests.
redgen/package.json

35 lines
833 B
JSON

{
"name": "redgen",
"version": "1.0.0",
"description": "Tool to automate redmine workflows",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedropb/redgen.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pedropb/redgen/issues"
},
"homepage": "https://github.com/pedropb/redgen#readme",
"dependencies": {
"axios": "^0.26.1",
"cli-progress": "^3.10.0",
"custom-password-generator": "^1.2.0",
"mail.tm": "^0.0.5",
"prompt": "^1.2.2",
"puppeteer": "^13.5.2",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-recaptcha": "^3.5.0"
},
"bin": {
"redgen": "run.js",
"redgen-config": "config.js"
}
}