{
  "name": "@zohodesk/form-widget",
  "version": "1.3.5",
  "description": "Simplify Form development with @zohodesk/form-widget",
  "main": "es/index.js",
  "module": "es/index.js",
  "scripts": {
    "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
    "build": "react-cli clean ./es && react-cli build:component:es",
    "build:watch": "npm run build --module:mode=dev -- -w",
    "prepare": "npm run build",
    "exp:publish": "npm publish --tag exp",
    "alpha:publish": "npm publish --tag alpha",
    "beta:publish": "npm publish --tag beta",
    "postpublish": "node ./post_publish.js",
    "test": "react-cli test"
  },
  "author": "",
  "files": [
    "es/",
    "ChangeLogs.md"
  ],
  "license": "ISC",
  "devDependencies": {
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@zoho/SecurityJS": "5.0.2",
    "@zohodesk-private/desk-components": "1.3.10",
    "@zohodesk-private/dot-registry": "0.0.2",
    "@zohodesk/a11y": "2.3.7",
    "@zohodesk/components": "1.4.11",
    "@zohodesk/dot": "1.7.17",
    "@zohodesk/dotkit": "1.0.3",
    "@zohodesk/hooks": "2.0.1",
    "@zohodesk/i18n": "1.0.0-beta.26",
    "@zohodesk/icons": "1.1.0",
    "@zohodesk/layout": "3.1.0",
    "@zohodesk/redux-modules": "1.2.1",
    "@zohodesk/svg": "1.2.1",
    "@zohodesk/utils": "1.3.14",
    "@zohodesk/virtualizer": "1.0.13",
    "jsep": "1.3.8"
  },
  "peerDependencies": {
    "@zohodesk/components": "1.4.11",
    "@zohodesk/dot": "1.7.17",
    "@zohodesk/layout": "3.1.0",
    "jsep": "1.3.8",
    "@zohodesk-private/desk-components": "1.3.10",
    "@zohodesk/redux-modules": "1.2.1"
  }
}
