@ogs-gmbh/ngx-utils
Version:
A lightweight collection of utility functions and helpers for Angular applications
62 lines • 1.58 kB
JSON
{
"name": "@ogs-gmbh/ngx-utils",
"version": "1.0.0",
"description": "A lightweight collection of utility functions and helpers for Angular applications",
"keywords": [
"angular",
"utils",
"utility-functions",
"helpers",
"angular-utils",
"typescript",
"shared-code",
"code-reuse",
"toolkit"
],
"homepage": "https://github.com/OGS-GmbH/ngx-utils?tab=readme-ov-file",
"bugs": "https://github.com/OGS-GmbH/ngx-utils/issues",
"license": "MIT",
"author": "OGS GmbH",
"contributors": [
{
"name": "Simon Kovtyk",
"email": "simon@kovtyk.com",
"url": "https://simonkov.dev"
}
],
"repository": {
"type": "git",
"url": "https://github.com/OGS-GmbH/ngx-utils"
},
"peerDependencies": {
"@angular/common": "^18.2.1",
"@angular/compiler": "^18.2.1",
"@angular/core": "^18.2.1",
"@angular/forms": "^18.2.1",
"@angular/material": "^18.2.1",
"@angular/platform-browser": "^18.2.1",
"@angular/platform-browser-dynamic": "^18.2.1",
"rxjs": "~7.8.0",
"zone.js": "^0.14.10"
},
"sideEffects": false,
"publishConfig": {
"directory": "dist/prod"
},
"module": "fesm2022/ogs-gmbh-ngx-utils.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ogs-gmbh-ngx-utils.mjs",
"esm": "./esm2022/ogs-gmbh-ngx-utils.mjs",
"default": "./fesm2022/ogs-gmbh-ngx-utils.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}