{
    "name": "@apify/utilities",
    "version": "2.27.0",
    "description": "Tools and constants shared across Apify projects.",
    "main": "./cjs/index.cjs",
    "module": "./esm/index.mjs",
    "typings": "./cjs/index.d.ts",
    "exports": {
        ".": {
            "import": {
                "types": "./esm/index.d.mts",
                "default": "./esm/index.mjs"
            },
            "require": {
                "types": "./cjs/index.d.ts",
                "default": "./cjs/index.cjs"
            }
        }
    },
    "keywords": [
        "apify"
    ],
    "author": {
        "name": "Apify",
        "email": "support@apify.com",
        "url": "https://apify.com"
    },
    "contributors": [
        "Jan Curn <jan@apify.com>",
        "Marek Trunkát <marek@apify.com>"
    ],
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/apify/apify-shared-js"
    },
    "bugs": {
        "url": "https://github.com/apify/apify-shared-js/issues"
    },
    "homepage": "https://apify.com",
    "scripts": {
        "build": "npm run clean && npm run compile && npm run copy",
        "clean": "rimraf ./dist",
        "compile": "tsup",
        "copy": "ts-node -T ../../scripts/copy.ts"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@apify/consts": "^2.52.1",
        "@apify/log": "^2.5.35"
    },
    "devDependencies": {
        "@types/create-hmac": "^1.1.0"
    },
    "gitHead": "d7e8f56b933d0868f620cf52882dd9dcfa092a71"
}
