{
    "name": "got-scraping",
    "version": "3.2.0",
    "description": "HTTP client made for scraping based on got.",
    "main": "dist/index.js",
    "engines": {
        "node": ">=15.10.0"
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "got-cjs": "12.0.0-beta.4",
        "header-generator": "^1.1.1",
        "http2-wrapper": "^2.1.4",
        "ow": "^0.23.0",
        "quick-lru": "^5.1.1"
    },
    "devDependencies": {
        "@apify/eslint-config-ts": "^0.1.4",
        "@apify/tsconfig": "^0.1.0",
        "@types/body-parser": "^1.19.1",
        "@types/express": "^4.17.13",
        "@types/jest": "^27.0.0",
        "@types/node": "^16.4.13",
        "@typescript-eslint/eslint-plugin": "^4.29.1",
        "@typescript-eslint/parser": "^4.29.1",
        "body-parser": "^1.19.0",
        "eslint": "^7.0.0",
        "express": "^4.17.1",
        "fs-extra": "^9.1.0",
        "get-stream": "^5.2.0",
        "jest": "^27.0.6",
        "jest-circus": "^27.0.6",
        "jest-extended": "^0.11.5",
        "jsdoc-to-markdown": "^7.0.0",
        "markdown-toc": "^1.2.0",
        "rimraf": "^3.0.2",
        "ts-jest": "^27.0.4",
        "ts-node": "^10.2.0",
        "typescript": "^4.3.5"
    },
    "scripts": {
        "build": "rimraf dist && tsc",
        "prepublishOnly": "npm run build",
        "build-docs": "npm run build-toc",
        "build-toc": "markdown-toc ./README.md -i",
        "lint": "eslint src test",
        "lint:fix": "eslint src test --fix",
        "test": "jest --maxWorkers=3 --collect-coverage"
    },
    "author": {
        "name": "Apify",
        "email": "support@apify.com",
        "url": "https://apify.com"
    },
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/apify/got-scraping"
    },
    "bugs": {
        "url": "https://github.com/apify/got-scraping/issues"
    }
}
