{
  "name": "buildo-state",
  "version": "0.8.6",
  "description": "State container for react apps with provider and connect HOCs",
  "main": "lib",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "jest",
    "release-version": "smooth-release",
    "preversion": "npm run prettier-check && npm run typecheck-examples && npm run test",
    "prepublish": "npm run build",
    "build": "rm -rf lib/* && tsc",
    "typecheck-examples": "tsc --project examples --noEmit",
    "prettier": "prettier --semi --single-quote --print-width 120 --parser typescript --write \"{src,test,examples}/**/*.{ts,tsx}\"",
    "prettier-check": "prettier --semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test,examples}/**/*.{ts,tsx}\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buildo/state.git"
  },
  "author": "Giovanni Gonzaga <giovanni@buildo.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/buildo/state/issues"
  },
  "homepage": "https://github.com/buildo/state#readme",
  "dependencies": {
    "history": "4.6.3",
    "lodash": "4.17.4",
    "prop-types": "15.5.10",
    "qs": "6.5.1",
    "rxjs": "5.4.2",
    "tcomb": "3.2.24"
  },
  "peerDependencies": {
    "react": "^15"
  },
  "devDependencies": {
    "@types/debug": "0.0.30",
    "@types/history": "4.6.0",
    "@types/jest": "20.0.7",
    "@types/lodash": "4.14.73",
    "@types/prop-types": "15.5.1",
    "@types/qs": "6.5.1",
    "@types/react": "^15",
    "@types/react-dom": "^15",
    "@types/react-test-renderer": "15.5.2",
    "jest": "20.0.4",
    "prettier": "^1.5.3",
    "react": "^15",
    "react-dom": "^15",
    "react-test-renderer": "15.6.1",
    "sinon": "^1.17.4",
    "smooth-release": "^8.0.4",
    "ts-jest": "^20.0.10",
    "typescript": "2.4.2"
  },
  "jest": {
    "transform": {
      "^.+\\.(t|j)sx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx"
    ]
  }
}
