{
  "name": "@zohodesk/utils",
  "version": "1.3.14",
  "description": "Unified Component Library - Utils",
  "main": "es/index.js",
  "module": "es/index.js",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "author": "Z Team",
  "homepage": "https://www.npmjs.com/search?q=@zohodesk",
  "license": "ISC",
  "keywords": [
    "UCL",
    "ZOHODESK",
    "ZTEAM",
    "LIBRARY"
  ],
  "scripts": {
    "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
    "build": "type react-cli && react-cli build:component:es",
    "build:watch": "react-cli build:component:es -w",
    "clean": "react-cli clean unittest coverage es result.json",
    "rtl": "react-cli rtl ./src ./es",
    "nodefix": "node ../buildtool_patch.js",
    "prepare": "npm run clean && npm run build && npm run rtl",
    "test": "react-cli test",
    "jsdoc": "jsdoc -c jsdoc.json"
  },
  "files": [
    "es",
    "!**/__tests__"
  ]
}