{
  "name": "@reactive-js/web",
  "version": "0.0.37",
  "main": "dist/cjs/index.js",
  "module": "dist/esm5/index.js",
  "types": "dist/types/index.d.ts",
  "keywords": [
    "asynchronous",
    "data flow",
    "data-flow",
    "frp",
    "functional programming",
    "functional-reactive-programming",
    "ix",
    "observable",
    "observables",
    "react",
    "reactjs",
    "reactive",
    "reactive-extensions",
    "reactive-js",
    "reactive-x",
    "rx",
    "rxjs",
    "scheduler",
    "state management",
    "state-management",
    "stream",
    "streams",
    "web"
  ],
  "author": {
    "name": "David Bordoley",
    "email": "bordoley@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bordoley/reactive-js.git"
  },
  "dependencies": {
    "@reactive-js/async-enumerable": "^0.0.37",
    "@reactive-js/disposable": "^0.0.37",
    "@reactive-js/observable": "^0.0.37",
    "@reactive-js/option": "^0.0.37",
    "@reactive-js/pipe": "^0.0.37",
    "@reactive-js/scheduler": "^0.0.37"
  },
  "scripts": {
    "build": "yarn build-cjs & yarn build-esm5 & yarn build-types",
    "build-cjs": "tsc -p tsconfig.cjs.json",
    "build-esm5": "tsc -p tsconfig.esm5.json",
    "build-types": "tsc -p tsconfig.types.json",
    "docs": "typedoc --tsconfig tsconfig.doc.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "26cbb916a91e4c939b2dfe913c7df613f37e68e9"
}
