{
  "name": "@mendix/pluggable-widgets-tools",
  "version": "10.21.1",
  "description": "Mendix Pluggable Widgets Tools",
  "engines": {
    "node": ">=20"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "pluggable-widgets-tools": "bin/mx-scripts.js"
  },
  "scripts": {
    "prepare": "shx rm -rf dist && tsc",
    "test": "jest"
  },
  "files": [
    "bin",
    "configs",
    "dist",
    "patches",
    "scripts",
    "test-config",
    "typings",
    "utils"
  ],
  "dependencies": {
    "@babel/core": "^7.26.0",
    "@babel/plugin-transform-class-properties": "^7.25.9",
    "@babel/plugin-transform-private-methods": "^7.25.9",
    "@babel/plugin-transform-react-jsx": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.25.9",
    "@cfaester/enzyme-adapter-react-18": "^0.6.0",
    "@prettier/plugin-xml": "^1.2.0",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@rollup/plugin-url": "^8.0.2",
    "@rollup/pluginutils": "^5.1.3",
    "@testing-library/dom": "^8.20.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/react-native": "^0.72.7",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@typescript-eslint/eslint-plugin": "^5.8.1",
    "@typescript-eslint/parser": "^5.8.1",
    "ansi-colors": "4.1.1",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.0.0",
    "big.js": "^6.0.2",
    "concurrently": "^6.0.0",
    "core-js": "^3.6.5",
    "dotenv": "^8.2.0",
    "enzyme": "^3.11.0",
    "enzyme-to-json": "^3.6.1",
    "eslint": "^7.20.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-jest": "^24.1.5",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-promise": "^4.3.1",
    "eslint-plugin-react": "~7.28.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "fast-glob": "^3.0.0",
    "find-free-port": "^2.0.0",
    "fs-extra": "^9.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jasmine": "^3.6.2",
    "jasmine-core": "^3.6.0",
    "jest": "^29.4.1",
    "jest-environment-jsdom": "^29.4.1",
    "jest-jasmine2": "^29.0.3",
    "jest-junit": "^13.0.0",
    "jest-react-hooks-shallow": "^1.5.1",
    "make-dir": "^3.1.0",
    "mendix": "^10.21.64362",
    "metro-react-native-babel-preset": "^0.74.1",
    "mime": "^3.0.0",
    "node-fetch": "^2.6.1",
    "postcss": "^8.3.11",
    "postcss-import": "^14.0.2",
    "postcss-url": "^10.1.0",
    "prettier": "^2.5.1",
    "react-test-renderer": "18.2.0",
    "recursive-copy": "^2.0.11",
    "resolve": "^1.19.0",
    "rollup": "^3.29.5",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-command": "^1.1.3",
    "rollup-plugin-license": "^3.5.3",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-re": "^1.0.7",
    "sass": "^1.43.4",
    "semver": "^7.3.2",
    "shelljs": "^0.8.4",
    "shx": "^0.3.3",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3",
    "xml2js": "^0.6.2",
    "zip-a-folder": "^0.0.12"
  },
  "devDependencies": {
    "@mendix/generator-widget": ">=8.9.0",
    "@types/xml2js": "^0.4.5",
    "async-mutex": "^0.2.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-native": "^0.72.7",
    "tree-kill": "^1.2.2",
    "yeoman-test": "^6.2.0"
  },
  "overrides": {
    "colors": "1.4.0",
    "react": "$react",
    "react-dom": "$react-dom",
    "react-native": "$react-native"
  },
  "resolutions": {
    "colors": "1.4.0",
    "react": "$react",
    "react-dom": "$react-dom",
    "react-native": "$react-native"
  },
  "keywords": [
    "typings",
    "typescript",
    "build",
    "automation",
    "test",
    "jest",
    "mendix"
  ],
  "license": "Apache-2.0",
  "copyright": "© Mendix Technology BV 2022. All rights reserved.",
  "homepage": "https://github.com/mendix/widgets-tools/tree/master/packages/pluggable-widgets-tools",
  "repository": {
    "type": "git",
    "url": "https://github.com/mendix/widgets-tools/"
  }
}
