{
  "name": "@slickgrid-universal/rxjs-observable",
  "version": "10.9.0",
  "description": "RxJS Observable Wrapper",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "license": "MIT",
  "author": "Ghislain B.",
  "homepage": "https://github.com/ghiscoding/slickgrid-universal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghiscoding/slickgrid-universal.git",
    "directory": "packages/rxjs-observable"
  },
  "bugs": {
    "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
  },
  "dependencies": {
    "@slickgrid-universal/common": "10.9.0",
    "rxjs": "^7.8.2"
  },
  "gitHead": "c58fdee6a09dc34b75f69425b616753f1e735723"
}
