UNPKG

@monstermann/fn

Version:

A utility library for TypeScript.

70 lines (69 loc) 1.82 kB
{ "name": "@monstermann/fn", "type": "module", "version": "0.4.7", "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.0.2", "@monstermann/dfdl": "^0.1.0", "@monstermann/dll": "^0.0.2", "@monstermann/dsp": "^0.2.3", "@monstermann/function": "^0.0.2", "@monstermann/geometry": "^0.2.2", "@monstermann/map": "^0.1.2", "@monstermann/match": "^0.2.7", "@monstermann/number": "^0.0.2", "@monstermann/object": "^0.0.1", "@monstermann/promise": "^0.0.3", "@monstermann/remmi": "^0.0.0", "@monstermann/result": "^0.5.2", "@monstermann/set": "^0.2.0", "@monstermann/string": "^0.0.1" }, "devDependencies": { "vitest": "^4.0.15" } }