{
    "name": "@vladfrangu-dev/crawlee-core",
    "version": "3.3.0",
    "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
    "engines": {
        "node": ">=16.0.0"
    },
    "main": "./index.js",
    "module": "./index.mjs",
    "types": "./index.d.ts",
    "exports": {
        ".": {
            "import": "./index.mjs",
            "require": "./index.js",
            "types": "./index.d.ts"
        },
        "./package.json": "./package.json"
    },
    "keywords": [
        "apify",
        "headless",
        "chrome",
        "puppeteer",
        "crawler",
        "scraper"
    ],
    "author": {
        "name": "Apify",
        "email": "support@apify.com",
        "url": "https://apify.com"
    },
    "contributors": [
        "Jan Curn <jan@apify.com>",
        "Marek Trunkat <marek@apify.com>",
        "Ondra Urban <ondra@apify.com>"
    ],
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/apify/crawlee"
    },
    "bugs": {
        "url": "https://github.com/apify/crawlee/issues"
    },
    "homepage": "https://crawlee.dev",
    "scripts": {
        "build": "npm run clean && npm run compile && npm run copy",
        "clean": "rimraf ./dist",
        "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./index.js ./index.mjs",
        "copy": "ts-node -T ../../scripts/copy.ts"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@apify/consts": "^2.0.0",
        "@apify/datastructures": "^2.0.0",
        "@apify/log": "^2.0.0",
        "@apify/pseudo_url": "^2.0.0",
        "@apify/timeout": "^0.3.0",
        "@apify/utilities": "^2.0.0",
        "@types/tough-cookie": "^4.0.2",
        "@vladfrangu-dev/crawlee-memory-storage": "^3.3.0",
        "@vladfrangu-dev/crawlee-types": "^3.3.0",
        "@vladfrangu-dev/crawlee-utils": "^3.3.0",
        "@vladfrangu/async_event_emitter": "^2.0.0",
        "csv-stringify": "^6.2.0",
        "fs-extra": "^10.1.0",
        "json5": "^2.2.1",
        "minimatch": "^5.1.0",
        "ow": "^0.28.1",
        "stream-chain": "^2.2.5",
        "stream-json": "^1.7.4",
        "tldts": "^5.7.80",
        "tough-cookie": "^4.0.0",
        "type-fest": "^3.0.0"
    }
}
