{
  "name": "@rockpack/localazer",
  "version": "1.9.0",
  "description": "This module can help you organize localization in your React application",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "cross-env NODE_ENV=development node build",
    "build": "cross-env NODE_ENV=production node build",
    "typing": "cross-env NODE_ENV=production tsc -p . --noEmit",
    "lint": "cross-env NODE_ENV=production eslint \"**\"",
    "test": "node tests.js",
    "test:watch": "node tests.js --watch",
    "production": "npm run lint && npm run typing && npm test && npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlexSergey/rockpack.git"
  },
  "author": "Aleksandrov Sergey <gooddev.sergey@gmail.com> (https://github.com/AlexSergey/rockpack)",
  "license": "MIT",
  "homepage": "https://www.rockpack.io/",
  "bugs": {
    "url": "https://github.com/AlexSergey/rockpack/issues"
  },
  "keywords": [
    "jed",
    "localization",
    "internationalization",
    "l10n",
    "i18n",
    "react",
    "react-component"
  ],
  "private": false,
  "dependencies": {
    "jed": "1.1.1",
    "valid-types": "2.0.3"
  },
  "devDependencies": {
    "@rockpack/codestyle": "1.9.0",
    "@rockpack/compiler": "1.9.0",
    "@types/enzyme": "3.10.5",
    "@types/enzyme-adapter-react-16": "1.0.6",
    "@types/jest": "26.0.12",
    "@types/react": "16.9.49",
    "@types/react-dom": "16.9.8",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.4",
    "react": "16.13.1",
    "react-dom": "16.13.1"
  }
}
