{
  "name": "react-i18n-kit",
  "version": "1.4.0",
  "description": "I18n for your React Components",
  "main": "./lib/index.js",
  "private": false,
  "scripts": {
    "docz:dev": "docz dev",
    "docz:build": "docz build",
    "test": "jest --coverage --env=jsdom",
    "prepush": "npm run test",
    "build": "rm -rf lib; babel src --out-dir lib",
    "prepare": "npm run build"
  },
  "author": "Lukas Aichbauer <l.aichbauer@gmail.com>",
  "license": "MIT",
  "keywords": [
    "i18n",
    "react",
    "react-i18n-kit",
    "translation",
    "internationalization",
    "reactjs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aichbauer/react-i18n-kit.git"
  },
  "bugs": {
    "url": "https://github.com/aichbauer/react-i18n-kit/issues"
  },
  "homepage": "https://github.com/aichbauer/react-i18n-kit",
  "jest": {
    "globals": {
      "__DEV__": true
    },
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/.docz/"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^25.0.0",
    "docz": "^2.2.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "gatsby-plugin-sass": "^2.1.27",
    "husky": "^1.3.1",
    "jest": "^25.0.0",
    "lint-staged": "^9.5.0",
    "node-sass": "^4.13.1",
    "prettier": "^1.19.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-markdown": "^4.3.1",
    "regenerator-runtime": "^0.12.1"
  }
}
