{
    "name": "@monstermann/array",
    "type": "module",
    "version": "0.6.0",
    "description": "Functional utilities for arrays.",
    "author": "Michael Ostermann <michaelostermann@me.com>",
    "license": "MIT",
    "homepage": "https://MichaelOstermann.github.io/array",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/MichaelOstermann/array.git"
    },
    "bugs": {
        "url": "https://github.com/MichaelOstermann/array/issues"
    },
    "keywords": [],
    "sideEffects": false,
    "exports": {
        ".": {
            "types": "./dist/index.d.mts",
            "import": "./dist/index.mjs"
        },
        "./*": "./dist/*"
    },
    "main": "./dist/index.mjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.mts",
    "files": [
        "dist"
    ],
    "scripts": {
        "bundle": "tsdown",
        "release": "bun publish --access public"
    },
    "dependencies": {
        "@monstermann/dfdl": "^0.2.0",
        "@monstermann/remmi": "^0.2.0",
        "type-fest": "^5.0.0"
    }
}
