{
	"name": "@hexadrop/aggregate-root",
	"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/aggregate-root.d.ts",
				"default": "./dist/aggregate-root.js"
			}
		}
	},
	"typesVersions": {
		"*": {
			"*": [
				"./dist/aggregate-root.d.ts"
			]
		}
	},
	"scripts": {
		"prepublishOnly": "tsup"
	},
	"dependencies": {
		"@hexadrop/event": "2.0.1",
		"@hexadrop/types": "2.0.0"
	},
	"devDependencies": {
		"tsup": "8.3.5"
	}
}
