{
  "name": "@aviellv/async-request-rxjs-pipe",
  "version": "1.0.1",
  "description": "A pipe functions for rxjs 6+ which emits a three-state 'async-request' with a typed loading/sucess/error status object",
  "main": "./dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avilv/async-request.git"
  },
  "keywords": [
    "rxjs",
    "rxjs6",
    "rxjs6+",
    "rxjs-pipe",
    "pipe",
    "rxjs6-pipe",
    "rxjs6+-pipe",
    "rxjs-async-request",
    "async-request",
    "async",
    "observable"
  ],
  "author": "Aviel Lavie <avielbt@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/avilv/async-request/issues"
  },
  "homepage": "https://github.com/avilv/async-request#readme",
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "rxjs": "^6.0.0"
  },
  "devDependencies": {
    "@types/jest": "^23.3.14",
    "@types/node": "^10.9.1",
    "del-cli": "^1.1.0",
    "jest": "^23.5.0",
    "jest-preset-typescript": "^1.2.0",
    "ts-jest": "^23.10.5",
    "typescript": "^3.0.1"
  }
}
