{
  "name": "rxjs-exhaustmap-with-trailing",
  "version": "2.1.1",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "description": "A variant of RxJS exhaustMap that includes the trailing value emitted from the source observable while waiting for the inner observable to complete",
  "scripts": {
    "test": "jest",
    "build": "run-p build:*",
    "build:cjs": "tsc -p tsconfig.build.json --module commonjs --outDir dist/cjs",
    "build:esm": "tsc -p tsconfig.build.json --module es2020 --outDir dist/esm",
    "prepublishOnly": "npm run build",
    "release": "standard-version"
  },
  "keywords": [
    "rxjs",
    "rx",
    "observable",
    "exhaust",
    "exhaustMap",
    "trailing",
    "latest",
    "switchMap",
    "debounce"
  ],
  "author": "Bjørge Næss",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "jest": "^29.4.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.3",
    "rxjs": "^7.5.0",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "rxjs": "7.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjoerge/rxjs-exhaustmap-with-trailing.git"
  },
  "bugs": {
    "url": "https://github.com/bjoerge/rxjs-exhaustmap-with-trailing/issues"
  },
  "homepage": "https://github.com/bjoerge/rxjs-exhaustmap-with-trailing#readme"
}
