{
  "name": "anticaptcha",
  "version": "2.2.0",
  "description": "A modern wrapper around AntiCaptcha API.",
  "author": "Andréas \"ScreamZ\" Hanss",
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "prepublishOnly": "tsc"
  },
  "engines": {
    "node": ">=6.11.4"
  },
  "dependencies": {
    "apisauce": "^2.1.5"
  },
  "devDependencies": {
    "@types/node": "^8.0.44",
    "tslint": "^5.7.0",
    "typescript": "^2.5.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ScreamZ/anti-captcha.git"
  },
  "bugs": {
    "url": "https://github.com/ScreamZ/anti-captcha/issues"
  }
}
