{
  "version": "3.0.0-alpha.6",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/re-rxjs/react-rxjs.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "module": "dist/core.esm.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --coverage",
    "lint": "prettier --check README.md && tsdx lint src",
    "format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
    "prepare": "tsdx build"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "rxjs": ">=6"
  },
  "prettier": {
    "printWidth": 80,
    "semi": false,
    "trailingComma": "all"
  },
  "name": "react-rxjs",
  "authors": [
    "Josep M Sobrepere (https://github.com/josepot)",
    "Victor Oliva (https://github.com/voliva)"
  ],
  "devDependencies": {
    "@testing-library/react": "^10.4.9",
    "@testing-library/react-hooks": "^3.4.1",
    "@types/jest": "^26.0.10",
    "@types/react": "^16.9.48",
    "@types/react-dom": "^16.9.8",
    "jest-marbles": "^2.5.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.13.1",
    "rxjs": "^6.6.2",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^3.9.7"
  }
}
