UNPKG

rxjs-http-client

Version:

A simple to use http client built on ES6 fetch and RxJS

59 lines (58 loc) 1.45 kB
{ "name": "rxjs-http-client", "version": "8.0.0", "description": "A simple to use http client built on ES6 fetch and RxJS", "main": "./rxjs-http-client.umd.js", "module": "./rxjs-http-client.es.js", "types": "./index.d.ts", "exports": { ".": { "import": "./rxjs-http-client.es.js", "require": "./rxjs-http-client.umd.js" } }, "homepage": "https://github.com/Jack-Overflow/rxjs-http-client", "scripts": { "build": "vite build", "deploy": "npm run build && npm publish ./dist --access public", "test": "jest", "lint": "eslint" }, "typings": "./index.d.ts", "keywords": [ "RxJS", "TypeScript", "ES6", "Fetch", "HTTP" ], "author": "Marc Freeman <freeman.marc880@gmail.com>", "contributors": [ "Marc Freeman <freeman.marc880@gmail.com>", "Jack Baker <jack.baker.0299@gmail.com>", "Johannes Weih <johannes.weih@web.de>" ], "license": "MIT", "dependencies": { "rxjs": "^7.8.1" }, "peerDependencies": { "rxjs": "^7.8.1" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.8.0", "@typescript-eslint/parser": "^8.8.0", "eslint": "^9.0.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "5.6.2", "vite": "^5.0.8", "vite-plugin-dts": "^4.0.0", "vite-plugin-static-copy": "^1.0.0" }, "engines": { "npm": ">=2.0.0" } }