UNPKG

@ogs-gmbh/ngx-http

Version:

A lightweight Angular library that enhances HTTP functionalities by providing types, static values, and utility functions.

59 lines 1.58 kB
{ "name": "@ogs-gmbh/ngx-http", "version": "1.0.3", "description": "A lightweight Angular library that enhances HTTP functionalities by providing types, static values, and utility functions.", "keywords": [ "http", "angular", "http-client", "angular-package" ], "homepage": "https://github.com/OGS-GmbH/ngx-http?tab=readme-ov-file", "bugs": "https://github.com/OGS-GmbH/ngx-http/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-http" }, "peerDependencies": { "@angular/animations": "^18.2.1", "@angular/common": "^18.2.1", "@angular/compiler": "^18.2.1", "@angular/core": "^18.2.1", "@angular/forms": "^18.2.1", "@angular/platform-browser": "^18.2.1", "@angular/platform-browser-dynamic": "^18.2.1", "@angular/router": "^18.2.1", "lodash": "^4", "rxjs": "~7.8.1", "zone.js": "^0.14.10" }, "sideEffects": false, "publishConfig": { "directory": "dist/prod" }, "module": "fesm2022/ogs-gmbh-ngx-http.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ogs-gmbh-ngx-http.mjs", "esm": "./esm2022/ogs-gmbh-ngx-http.mjs", "default": "./fesm2022/ogs-gmbh-ngx-http.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }