{
  "name": "react-bicycle",
  "version": "5.1.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "description": "React bindings for the bicycle data synchronisation library",
  "keywords": [],
  "files": [
    "lib/"
  ],
  "dependencies": {
    "hoist-non-react-statics": "^1.0.3"
  },
  "devDependencies": {
    "@types/express": "^4.16.1",
    "@types/jest": "^23.3.13",
    "@types/lolex": "^2.1.3",
    "@types/react": "^16.7.22",
    "@types/react-dom": "^16.0.11",
    "bicycle": "^8.0.0",
    "browserify-middleware": "^7.0.0",
    "express": "^4.14.0",
    "jest": "^23.0.0",
    "lolex": "^3.0.0",
    "prettier": "^1.16.2",
    "promise": "^8.0.2",
    "react": "^16.8.2",
    "react-dom": "^16.8.2",
    "react-testing-library": "^5.4.4",
    "todomvc-app-css": "^2.0.6",
    "todomvc-common": "^1.0.2",
    "ts-bicycle": "^4.0.5",
    "ts-jest": "^23.10.5",
    "typescript": "^3.0.1"
  },
  "peerDependencies": {
    "bicycle": ">=8.0.0",
    "react": ">=16.8.2"
  },
  "scripts": {
    "prebuild": "yarn ts-bicycle",
    "build": "tsc",
    "ts-bicycle": "ts-bicycle src/__demo__/ts-schema/schema src/__demo__/ts-schema",
    "pretest": "yarn ts-bicycle",
    "test": "jest",
    "ci:test": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bicyclejs/react-bicycle.git"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": ".*/__tests__/.*\\.test\\.tsx?$",
    "setupFiles": [
      "<rootDir>/src/__tests__/setup.ts"
    ]
  },
  "author": "ForbesLindesay",
  "license": "MIT"
}
