{
    "name": "@apify/datastructures",
    "version": "3.0.1",
    "description": "Tools and constants shared across Apify projects.",
    "type": "module",
    "main": "./index.js",
    "types": "./index.d.ts",
    "exports": {
        ".": {
            "types": "./index.d.ts",
            "default": "./index.js"
        },
        "./package.json": "./package.json"
    },
    "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": "pnpm clean && pnpm compile && pnpm copy",
        "clean": "node ../../scripts/clean.ts",
        "compile": "tsc -p tsconfig.build.json",
        "copy": "node ../../scripts/copy.ts"
    },
    "publishConfig": {
        "access": "public"
    },
    "engines": {
        "node": ">=22"
    },
    "lerna": {
        "command": {
            "publish": {
                "assets": []
            }
        }
    },
    "gitHead": "f21168b0a1da56b01c025a76a7f2cb69343c06b8"
}
