UNPKG

@hexadrop/error

Version:

Hexagonal architecture utils library

67 lines (66 loc) 1.21 kB
{ "name": "@hexadrop/error", "version": "2.0.0", "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/domain-error.d.ts", "default": "./dist/domain-error.js" } }, "./invalid-argument": { "import": { "types": "./dist/invalid-argument.d.ts", "default": "./dist/invalid-argument.js" } }, "./not-found": { "import": { "types": "./dist/not-found.d.ts", "default": "./dist/not-found.js" } } }, "typesVersions": { "*": { ".": [ "./dist/domain-error.d.ts" ], "./invalid-argument": [ "./dist/invalid-argument.d.ts" ], "./not-found": [ "./dist/not-found.d.ts" ] } }, "scripts": { "prepublishOnly": "tsup" }, "devDependencies": { "@faker-js/faker": "9.3.0", "tsup": "8.3.5" } }