{
  "name": "@zohodesk/i18n",
  "version": "1.0.0-beta.35",
  "main": "lib/index",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "private": false,
  "umdVar": "i18n",
  "author": "",
  "license": "ISC",
  "scripts": {
    "clean": "react-cli clean lib es coverage",
    "build": "react-cli build:component:cmjs",
    "build:es": "react-cli build:library:es",
    "build:dev": "npm run clean && npm run build --module-mode=dev -- -w",
    "prepublish": "npm run init && npm run build && npm run build:es ",
    "prepare": "npm run init && npm run build && npm run build:es",
    "test": "react-cli test",
    "init": "npm run clean",
    "lint": "react-cli lint"
  },
  "dependencies": {
    "@zoho/SecurityJS": "7.4.2"
  },
  "react-cli": {
    "docs": {
      "componentFolder": "./src"
    }
  }
}
