@ibyar/core
Version:
Ibyar core, Implements Aurora's core functionality, low-level services, and utilities
83 lines (82 loc) • 1.71 kB
JSON
{
"name": "@ibyar/core",
"version": "3.1.1",
"description": "Ibyar core, Implements Aurora's core functionality, low-level services, and utilities",
"license": "MIT",
"homepage": "https://github.com/ibyar/aurora/tree/dev/packages/core",
"repository": {
"type": "git",
"url": "https://github.com/ibyar/aurora.git",
"directory": "packages/core"
},
"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",
"./node": "./node.js",
"./node.js": "./node.js"
},
"files": [
"*"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ibyar/decorators": "^3.1.1",
"@ibyar/elements": "^3.1.1",
"@ibyar/expressions": "^3.1.1",
"tslib": "^2.8.1"
},
"peerDependencies": {
"zone.js": "~0.15.0"
},
"devDependencies": {
"typescript": "^5.7.3"
},
"scripts": {
"build": "tsc --build --verbose",
"docs": "npx typedoc --tsconfig ../../src/core/tsconfig.json"
},
"keywords": [
"aurora",
"ibyar",
"custom-elements",
"web-components",
"webcomponents",
"shadow-dom",
"shadowdom",
"dependency-injection",
"services",
"component",
"directive",
"pipes",
"forms",
"template-syntax",
"template-expression",
"http-client",
"http",
"html-parser",
"parser",
"routers",
"js-parser",
"elements-info",
"element",
"interceptor",
"typescript",
"front-end"
],
"gitHead": "9532d01b23f038ee839911245e7ccf1f24add1d6"
}