UNPKG

@hexadrop/either

Version:

Hexagonal architecture utils library

48 lines (47 loc) 781 B
{ "name": "@hexadrop/either", "version": "2.0.1", "description": "Hexagonal architecture utils library", "keywords": [ "hexadrop", "DDD", "Hexagonal", "Architecture" ], "repository": { "type": "git", "url": "git+https://github.com/hexadrop/hexadrop.git" }, "homepage": "https://github.com/hexadrop/hexadrop", "bugs": { "url": "https://github.com/hexadrop/hexadrop/issues" }, "license": "MIT", "type": "module", "sideEffects": false, "files": [ "dist", "src" ], "exports": { ".": { "import": { "types": "./dist/either.d.ts", "default": "./dist/either.js" } } }, "typesVersions": { "*": { "*": [ "./dist/either.d.ts" ] } }, "scripts": { "prepublishOnly": "tsup" }, "devDependencies": { "tsup": "8.3.5" } }