{
  "name": "redux-modal-tabs",
  "version": "0.1.1",
  "description": "Redux modal tabs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "npm install --no-save redux && jest --config=jest.config.json",
    "test:watch": "npm install --no-save redux && jest --config=jest.config.json --watch"
  },
  "author": "Thomas Kuipers",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^23.3.12",
    "@types/react": "^16.7.22",
    "@types/redux": "^3.6.0",
    "jest": "^23.6.0",
    "react": "^16.4.2",
    "react-redux": "6.0.0",
    "redux": "^4.0.1",
    "ts-jest": "^23.10.5",
    "typescript": "^3.2.2"
  },
  "peerDependencies": {
    "react": "^16.4.2",
    "react-redux": "6.0.0",
    "redux": "^4.0.1"
  },
  "dependencies": {
    "@types/react-redux": "^6.0.13"
  },
  "repository": "dutchsec/redux-modal-tabs",
  "keywords": [
    "redux",
    "react",
    "modal",
    "tabs"
  ]
}
