UNPKG

1.09 kBJSONView Raw
1{
2 "name": "captcha-harvester",
3 "version": "1.1.1",
4 "description": "Node cli to casually harvest captchas from supremenewyork",
5 "keywords": [
6 "captcha",
7 "supreme",
8 "harvest"
9 ],
10 "main": "./src/index.js",
11 "repository": "https://github.com/0xhjohnson/captcha-harvester",
12 "author": "0xhjohnson <0xhjohnson@protonmail.com>",
13 "license": "MIT",
14 "preferGlobal": true,
15 "bin": "./bin/main.js",
16 "scripts": {
17 "start": "webpack --watch"
18 },
19 "dependencies": {
20 "await-to-js": "^2.1.1",
21 "chalk-pipe": "^2.0.0",
22 "commander": "^2.20.0",
23 "dayjs": "^1.8.14",
24 "koa": "^2.7.0",
25 "koa-body": "^4.1.0",
26 "koa-router": "^7.4.0",
27 "pino": "^5.12.2",
28 "puppeteer": "^1.15.0",
29 "puppeteer-extra": "^2.1.3",
30 "puppeteer-extra-plugin-stealth": "^2.2.2",
31 "ramda": "^0.26.1"
32 },
33 "devDependencies": {
34 "@babel/core": "^7.4.3",
35 "@babel/preset-env": "^7.4.3",
36 "babel-loader": "^8.0.5",
37 "nodemon-webpack-plugin": "^4.0.8",
38 "webpack": "^4.29.6",
39 "webpack-cli": "^3.3.0",
40 "webpack-node-externals": "^1.7.2"
41 }
42}