@ibyar/cli
Version:
The Ibyar/Aurora CLI tool
82 lines (81 loc) • 1.61 kB
JSON
{
"name": "@ibyar/cli",
"version": "3.1.1",
"description": "The Ibyar/Aurora CLI tool",
"license": "MIT",
"homepage": "https://github.com/ibyar/aurora",
"repository": {
"type": "git",
"url": "https://github.com/ibyar/aurora.git",
"directory": "packages/cli"
},
"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"
},
"bin": {
"ibyar": "./bin/cli.js"
},
"files": [
"*"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ibyar/core": "^3.1.1",
"@ibyar/decorators": "^3.1.1",
"@ibyar/directives": "^3.1.1",
"@ibyar/elements": "^3.1.1",
"@ibyar/expressions": "^3.1.1",
"@ibyar/pipes": "^3.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "22.7.4"
},
"scripts": {
"build": "tsc --build --verbose",
"docs": "npx typedoc --tsconfig ../../src/cli/tsconfig.json"
},
"keywords": [
"cli",
"aurora",
"ibyar",
"custom-elements",
"dependency-injection",
"services",
"component",
"directive",
"pipes",
"forms",
"template-syntax",
"template-expression",
"http-client",
"http",
"html-parser",
"parser",
"routers",
"js-parser",
"elements-info",
"element",
"interceptor",
"shadow-dom",
"typescript"
],
"gitHead": "9532d01b23f038ee839911245e7ccf1f24add1d6"
}