UNPKG

debitisquo

Version:

Functional TypeScript utility types such as Option, Result and others.

59 lines (58 loc) 1.21 kB
{ "name": "debitisquo", "version": "1.14.1", "description": "Functional TypeScript utility types such as Option, Result and others.", "main": "dist/index.js", "type": "module", "files": [ "dist" ], "exports": { "./result": { "import": "./dist/result.js", "types": "./dist/result.ts" }, "./option": { "import": "./dist/option.js", "types": "./dist/option.ts" } }, "repository": { "type": "git", "url": "https://github.com/PresleyHerman/debitisquo.git" }, "keywords": [ "monad-library", "monads", "typescript", "monad-ts", "qui", "molestiae", "adipisci", "functor", "dolore", "result", "reprehenderit", "either", "cupiditate" ], "author": "LeonieMohr", "license": "MIT", "bugs": { "url": "https://github.com/PresleyHerman/debitisquo.git/issues" }, "homepage": "https://github.com/PresleyHerman/debitisquo.git", "engines": { "node": ">= 16.0.0", "npm": ">= 8.0.0" }, "devDependencies": { "@tsconfig/node16": "^1.0.3", "chai": "^4.3.7", "mocha": "^10.2.0", "typescript": "^4.9.5" }, "dependencies": { "aliquamad": "^1.0.0" } }