ngx-core-business
Version:
A comprehensive solution designed to streamline the development of enterprise-level Angular applications.
66 lines • 1.71 kB
JSON
{
"name": "ngx-core-business",
"version": "19.2.0",
"description": "A comprehensive solution designed to streamline the development of enterprise-level Angular applications.",
"keywords": [
"Angular",
"Enterprise",
"Business",
"Core",
"Components",
"UI",
"UX",
"CRUD",
"Forms",
"Tables",
"Modals",
"Layouts"
],
"author": "Jaime Cruz <jaimecruz.in@gmail.com> (https://jaimecruz.pe/)",
"license": "MIT",
"exports": {
".": {
"sass": "./sass/_index.scss",
"types": "./index.d.ts",
"default": "./fesm2022/ngx-core-business.mjs"
},
"./package.json": {
"default": "./package.json"
},
"./components": {
"types": "./components/index.d.ts",
"default": "./fesm2022/ngx-core-business-components.mjs"
},
"./http": {
"types": "./http/index.d.ts",
"default": "./fesm2022/ngx-core-business-http.mjs"
},
"./pipes": {
"types": "./pipes/index.d.ts",
"default": "./fesm2022/ngx-core-business-pipes.mjs"
},
"./types": {
"types": "./types/index.d.ts",
"default": "./fesm2022/ngx-core-business-types.mjs"
}
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/material": "^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/jxcodes/ngx-core-business.git"
},
"bugs": {
"url": "https://github.com/jxcodes/ngx-core-business/issues"
},
"homepage": "https://github.com/jxcodes/ngx-core-business#readme",
"module": "fesm2022/ngx-core-business.mjs",
"typings": "index.d.ts"
}