{
    "name": "@monstermann/fn",
    "type": "module",
    "version": "0.9.0",
    "description": "A utility library for TypeScript.",
    "author": "Michael Ostermann <michaelostermann@me.com>",
    "license": "MIT",
    "homepage": "https://MichaelOstermann.github.io/fn",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/MichaelOstermann/fn.git"
    },
    "bugs": {
        "url": "https://github.com/MichaelOstermann/fn/issues"
    },
    "keywords": [
        "curried",
        "fp",
        "functional",
        "lodash",
        "radash",
        "radashi",
        "ramda",
        "remeda",
        "stdlib",
        "toolkit",
        "typescript",
        "underscore",
        "util",
        "utilities",
        "utility",
        "utils"
    ],
    "sideEffects": false,
    "exports": {
        ".": {
            "types": "./dist/index.d.mts",
            "import": "./dist/index.mjs"
        },
        "./*": "./dist/*"
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "bundle": "bun run tsdown",
        "release": "bun publish --access public"
    },
    "dependencies": {
        "@monstermann/array": "^0.5.0",
        "@monstermann/dfdl": "^0.1.0",
        "@monstermann/dll": "^0.2.0",
        "@monstermann/dsp": "^0.4.0",
        "@monstermann/function": "^0.0.2",
        "@monstermann/geometry": "^0.4.1",
        "@monstermann/map": "^0.4.0",
        "@monstermann/match": "^0.4.0",
        "@monstermann/number": "^0.2.0",
        "@monstermann/object": "^0.4.0",
        "@monstermann/promise": "^0.3.0",
        "@monstermann/remmi": "^0.2.0",
        "@monstermann/result": "^0.8.0",
        "@monstermann/set": "^0.5.0",
        "@monstermann/string": "^0.2.0"
    },
    "devDependencies": {
        "vitest": "^4.0.15"
    }
}
