account-generator/package.json

24 lines
600 B
JSON
Raw Permalink Normal View History

2023-04-05 09:41:49 +00:00
{
"name": "account-generator",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@lu-development/gmwrapper": "^1.0.0",
"guerrillamail-api": "^1.2.2",
"proxy-chain": "^2.2.1",
"puppeteer": "^19.7.5",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-hcaptcha": "^4.1.6",
"unique-username-generator": "^1.1.3"
}
}