{
  "name": "@mwt-org/common",
  "private": false,
  "version": "0.7.3",
  "description": "common",
  "scripts": {
    "test:unit": "NODE_ENV=test jest --coverage",
    "test:watch": "node node_modules/jest/bin/jest.js --watch",
    "test": "yarn run test:unit"
  },
  "main": "src",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twm-org/twm-common.git"
  },
  "keywords": [
    "twm",
    "common"
  ],
  "dependencies": {
    "axios": "^0.18.0",
    "http-status-codes": "^1.3.0",
    "jest-cli": "^23.0.1",
    "joi": "^13.0.0",
    "joi-browser": "^13.0.1",
    "jwt-decode": "^2.2.0",
    "lodash": "^4.17.4",
    "react-native-joi": "^0.0.5"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.1",
    "babel-plugin-transform-inline-environment-variables": "^0.4.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "nock": "^9.0.5",
    "redux": "^4.0.0",
    "redux-mock-store": "^1.2.0",
    "redux-saga": "^0.16.0",
    "redux-saga-test-plan": "^3.2.0",
    "sinon": "^5.0.0"
  },
  "browser": {
    "joi": "joi-browser"
  },
  "react-native": {
    "joi": "react-native-joi"
  },
  "peerDependencies": {
    "redux": "3.x",
    "redux-saga": "0.16.x"
  },
  "publishConfig": {
    "access": "public"
  }
}
