UNPKG

@peppierre/typesafe-http-iots

Version:

Type-safe HTTP client for Angular using io-ts and fp-ts

35 lines 817 B
{ "name": "@peppierre/typesafe-http-iots", "version": "1.0.0-ng20", "author": "PePPierre <peppierre@gmail.com>", "description": "Type-safe HTTP client for Angular using io-ts and fp-ts", "license": "MIT", "keywords": [ "angular", "http", "typescript", "iots", "fp-ts" ], "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/core": ">=20.0.0 <21.0.0", "@angular/common": ">=20.0.0 <21.0.0", "fp-ts": "^2.16.10", "io-ts": "^2.2.22" }, "sideEffects": false, "module": "fesm2022/peppierre-typesafe-http-iots.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/peppierre-typesafe-http-iots.mjs" } } }