UNPKG

@doeixd/make-with

Version:

Lightweight function application utilities

98 lines (97 loc) 2.26 kB
{ "name": "@doeixd/make-with", "version": "0.0.5", "files": [ "dist", "src" ], "engines": { "node": ">=16" }, "license": "MIT", "keywords": [ "functional programming", "functional utilities", "partial application", "composition", "closure", "make with", "_with", "pridepack", "functional", "composition", "state-management", "immutable", "chainable", "fluent-api", "builder-pattern", "typescript", "zero-dependency", "functional-programming", "composable", "api-builder", "state", "method-chaining", "factory-pattern", "partial-application", "sdk-builder", "modular", "no-classes", "pure-functions", "extensible", "lightweight", "builder", "fluent", "compose" ], "devDependencies": { "@types/node": "^22.10.2", "pridepack": "2.6.4", "tslib": "^2.8.1", "typescript": "^5.7.2", "vitest": "^2.1.8", "standard-version": "^9.5.0" }, "scripts": { "release": "standard-version && git push --follow-tags origin main", "prepublishOnly": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "clean": "pridepack clean", "watch": "pridepack watch", "start": "pridepack start", "dev": "pridepack dev", "test": "vitest --run" }, "private": false, "description": "Lightweight function application utilities", "repository": { "url": "https://github.com/doeixd/make-with.git", "type": "git" }, "homepage": "https://github.com/doeixd/make-with#readme", "bugs": { "url": "https://github.com/doeixd/make-with/issues" }, "author": "Patrick Glenn", "publishConfig": { "access": "public" }, "types": "./dist/types/index.d.ts", "main": "./dist/cjs/production/index.js", "module": "./dist/esm/production/index.js", "exports": { ".": { "types": "./dist/types/index.d.ts", "development": { "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js" }, "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js" } }, "typesVersions": { "*": {} } }