@protoarch.angular/api
Version:
Angular HttpClient simplifier
58 lines • 1.31 kB
JSON
{
"name": "@protoarch.angular/api",
"version": "18.1.1",
"author": {
"name": "Sergey Romanchuk"
},
"maintainers": [
{
"email": "rezety@gmail.com",
"name": "Sergey Romanchuk"
}
],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/protoarch/angular/tree/main/libs/api#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/protoarch/angular.git"
},
"keywords": [
"api",
"angular",
"http",
"HttpClient",
"Rest api"
],
"bugs": {
"url": "https://github.com/protoarch/angular/issues"
},
"license": "MIT",
"description": "Angular HttpClient simplifier",
"engines": {
"node": ">= 14.0.0"
},
"peerDependencies": {
"@angular/common": ">=18.0.0 <19.0.0",
"@angular/core": ">=18.0.0 <19.0.0",
"rxjs": ">=7.8.1 <8.0.0"
},
"module": "esm2022/protoarch.angular-api.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/protoarch.angular-api.mjs",
"esm": "./esm2022/protoarch.angular-api.mjs",
"default": "./esm2022/protoarch.angular-api.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}