{
  "name": "@zimbra/zimlet-cli",
  "version": "18.10.0",
  "description": "Develop, Build, and Package Zimbra X compatible zimlets for development and production.",
  "main": "dist/index.js",
  "bin": {
    "zimlet": "./dist/cli.js"
  },
  "scripts": {
    "build": "npm run build:shims && npm run build:src",
    "build:src": "babel src -d dist --copy-files",
    "build:shims": "node ./build-shims.js",
    "prebuild": "rimraf dist && mkdirp dist",
    "test": "npm run lint && npm run build",
    "lint": "eslint --cache --config eslint.config.mjs .",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "if [ \"$CI\" != \"true\" ]; then npm run -s test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags; fi",
    "prepare": "husky || true"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ],
    "plugins": [
      "add-module-exports",
      "@babel/plugin-syntax-dynamic-import",
      [
        "@babel/plugin-proposal-decorators",
        {
          "legacy": true
        }
      ],
      [
        "@babel/plugin-proposal-class-properties",
        {
          "loose": true
        }
      ],
      "@babel/plugin-proposal-export-namespace-from",
      "@babel/plugin-proposal-export-default-from"
    ]
  },
  "lint-staged": {
    "*": [
      "eslint"
    ]
  },
  "engines": {
    "node": "^18.20.0",
    "npm": "^6"
  },
  "devDependencies": {
    "@apollo/client": "^3.14.0",
    "@babel/cli": "^7.21.0",
    "@babel/eslint-parser": "^7.21.3",
    "@zimbra/eslint-config": "^2.0.0",
    "dompurify": "^3.3.2",
    "eslint": "^9.39.4",
    "graphql": "^16.9.0",
    "husky": "^9.1.7",
    "lint-staged": "^13.2.1",
    "mkdirp": "^3.0.0",
    "mockery": "^2.1.0",
    "moment": "^2.29.4",
    "preact": "^10.28.2",
    "preact-context-provider": "^2.0.0-preactx.2",
    "preact-i18n": "^2.4.0-preactx",
    "preact-render-to-string": "^5.2.0",
    "preact-router": "github:zimbra/preact-router#3.1.1_base_path_support",
    "react-redux": "^8.0.5",
    "recompose": "^0.30.0",
    "redux-actions": "^3.0.3",
    "rimraf": "^5.0.0"
  },
  "license": "GPL-3.0",
  "dependencies": {
    "@babel/core": "^7.21.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.21.0",
    "@babel/plugin-proposal-export-default-from": "^7.18.10",
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-react-jsx": "^7.21.0",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.21.4",
    "@babel/register": "^7.21.0",
    "@babel/runtime": "^7.27.6",
    "adm-zip": "^0.5.10",
    "babel-loader": "^9.1.2",
    "babel-plugin-add-module-exports": "^1.0.4",
    "bundle-loader": "^0.5.6",
    "chalk": "^4.1.2",
    "copy-webpack-plugin": "^12.0.2",
    "cors": "^2.8.5",
    "cross-spawn-promise": "^0.10.2",
    "css-loader": "^6.7.3",
    "get-port": "^5.1.1",
    "gittar": "^0.1.1",
    "inquirer": "^8.2.7",
    "ip": "^2.0.1",
    "less": "^4.1.3",
    "less-loader": "^11.1.0",
    "log-symbols": "^4.1.0",
    "ora": "^5.4.1",
    "postcss": "^8.4.39",
    "postcss-discard-comments": "^6.0.1",
    "postcss-loader": "^8.2.0",
    "postcss-preset-env": "^9.3.0",
    "progress-bar-webpack-plugin": "^2.1.0",
    "raw-loader": "^4.0.2",
    "validate-npm-package-name": "^5.0.0",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.3",
    "which": "^4.0.0",
    "yargs": "^17.7.1"
  }
}
