{
  "name": "react-littera",
  "version": "2.2.1",
  "description": "🌐 Lightweight react library for robust translations.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "webpack --config webpack.config.js --env.prod --define process.env.NODE_ENV=\"'production'\"",
    "docs": "jsdoc -c jsdoc.json",
    "test": "jest --config=jest.config.json",
    "test:watch": "jest --config=jest.config.json --watch",
    "test:coverage": "jest --config=jest.config.json --coverage",
    "lint": "eslint . --ext .js",
    "ci": "run-p lint build test:coverage",
    "deploy": "yarn build && npm publish",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@babel/compat-data": "^7.9.0",
    "@babel/plugin-transform-runtime": "^7.0.0-beta.33",
    "@babel/preset-env": "^7.0.0-beta.33",
    "@babel/preset-es2015": "^7.0.0-beta.53",
    "@babel/preset-react": "^7.7.0",
    "@babel/register": "^7.0.0-beta.33",
    "@babel/runtime": "^7.0.0-beta.33",
    "@testing-library/react-hooks": "^3.2.1",
    "@types/jest": "^24.0.22",
    "@types/node": "^14.6.4",
    "awesome-typescript-loader": "^5.2.1",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^7.1.5",
    "babel-plugin-root-import": "^6.4.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "better-docs": "^2.3.0",
    "copy-webpack-plugin": "^5.0.3",
    "coveralls": "^3.0.3",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.11.2",
    "eslint": "^5.15.3",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^26.1.0",
    "jsdoc": "^3.6.4",
    "npm-run-all": "^4.1.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.13.1",
    "source-map-loader": "^0.2.4",
    "ts-jest": "^24.1.0",
    "typescript": "^3.9.6",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "^3.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DRFR0ST/react-littera.git"
  },
  "keywords": [
    "translation",
    "language",
    "internationalization",
    "local",
    "localization",
    "i18n",
    "translate",
    "multilingual"
  ],
  "author": "Mike Eling <mike.eling97@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DRFR0ST/react-littera/issues"
  },
  "homepage": "https://drfr0st.github.io/react-littera/",
  "parserOptions": {
    "ecmaFeatures": {
      "jsx": true,
      "modules": true
    }
  },
  "dependencies": {}
}
