UNPKG

@hexadrop/aggregate-root

Version:

Hexagonal architecture utils library

52 lines (51 loc) 895 B
{ "name": "@hexadrop/aggregate-root", "version": "2.0.2", "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/aggregate-root.d.ts", "default": "./dist/aggregate-root.js" } } }, "typesVersions": { "*": { "*": [ "./dist/aggregate-root.d.ts" ] } }, "scripts": { "prepublishOnly": "tsup" }, "dependencies": { "@hexadrop/event": "2.1.0", "@hexadrop/types": "2.0.0" }, "devDependencies": { "tsup": "8.5.0" } }