{
  "name": "xxxtentacion",
  "version": "1.0.2",
  "description": "A great captcha solver 🙅🧢. Generate site-specific captcha responses.",
  "keywords": [
    "captcha",
    "harvester",
    "manager",
    "bypass",
    "sneaker",
    "shopify",
    "supreme"
  ],
  "main": "dist/app.js",
  "scripts": {
    "prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
    "build": "tsc",
    "prestart": "npm run build",
    "start": "node .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "liamseskis",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^12.0.0",
    "body-parser": "^1.19.0",
    "captcha-manager": "^1.3.0",
    "express": "^4.16.4",
    "fastify": "^2.3.0",
    "hostile": "^1.3.2",
    "open": "^6.2.0",
    "ts-node": "^8.1.0",
    "typescript": "^3.4.5"
  },
  "devDependencies": {
    "@types/express": "^4.16.1",
    "tslint": "^5.16.0"
  }
}
