{
	"name": "@ibyar/directives",
	"version": "3.1.1",
	"description": "Ibyar directives had the built-in directives for aurora project",
	"license": "MIT",
	"homepage": "https://github.com/ibyar/aurora/tree/dev/packages/directives",
	"repository": {
		"type": "git",
		"url": "https://github.com/ibyar/aurora.git",
		"directory": "packages/directives"
	},
	"bugs": {
		"url": "https://github.com/ibyar/aurora/issues"
	},
	"author": "The Ibyar Authors (https://github.com/ibyar/aurora/graphs/contributors)",
	"contributors": [
		{
			"name": "Muhammad Salem",
			"email": "salem.ebo@gmail.com"
		}
	],
	"main": "./index.js",
	"module": "./index.js",
	"types": "./index.d.ts",
	"type": "module",
	"exports": {
		".": "./index.js"
	},
	"files": [
		"*"
	],
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@ibyar/core": "^3.1.1",
		"@ibyar/elements": "^3.1.1",
		"@ibyar/platform": "^3.1.1",
		"tslib": "^2.8.1"
	},
	"devDependencies": {
		"typescript": "^5.7.3"
	},
	"scripts": {
		"build": "tsc --build --verbose",
		"docs": "npx typedoc --tsconfig ../../src/directives/tsconfig.json"
	},
	"keywords": [
		"aurora",
		"ibyar",
		"directives",
		"typescript",
		"front-end"
	],
	"gitHead": "9532d01b23f038ee839911245e7ccf1f24add1d6"
}
