UNPKG

@granito/ngx-hal-client

Version:

A HAL client to be used in Angular projects

44 lines 1.06 kB
{ "name": "@granito/ngx-hal-client", "version": "1.0.0-dev.9", "license": "MIT", "description": "A HAL client to be used in Angular projects", "keywords": [ "angular", "hal", "hateoas" ], "homepage": "https://ngx-hal-client.granito.io/", "repository": { "type": "git", "url": "git+https://github.com/granito-source/ngx-hal-client.git" }, "bugs": { "url": "https://github.com/granito-source/ngx-hal-client/issues" }, "sideEffects": false, "publishConfig": { "access": "public", "tag": "latest" }, "peerDependencies": { "@angular/common": ">=18", "@angular/core": ">=18", "rxjs": "^7.8.2", "uri-template": "^2.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/granito-ngx-hal-client.mjs", "typings": "types/granito-ngx-hal-client.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/granito-ngx-hal-client.d.ts", "default": "./fesm2022/granito-ngx-hal-client.mjs" } } }