This repository has been archived on 2022-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
bypass-it-for-me/package.json

30 lines
653 B
JSON

{
"name": "bypass-it-for-me",
"version": "1.0.0",
"description": "Bypasses link protectors server-side.",
"main": "index.js",
"scripts": {
"start": "node index"
},
"repository": {
"type": "git",
"url": "http://github.com/tacohitbox/bypass-it-for-me.git"
},
"keywords": [
"bypass",
"link-bypass"
],
"author": "tacohitbox",
"license": "UNLICENSED",
"dependencies": {
"@antiadmin/anticaptchaofficial": "^1.0.14",
"2captcha": "^2.2.0",
"agate": "^0.0.1",
"cheerio": "^1.0.0-rc.10",
"express": "^4.17.1",
"got": "^11.8.2",
"mongodb": "^4.3.1",
"set-cookie-parser": "^2.4.8"
}
}