{
  "name": "@mendix/pluggable-widgets-tools",
  "version": "11.12.0",
  "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"
  },
  "files": [
    "bin",
    "configs",
    "dist",
    "patches",
    "scripts",
    "test-config",
    "typings",
    "utils"
  ],
  "dependencies": {
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/plugin-transform-class-properties": "^7.28.6",
    "@babel/plugin-transform-private-methods": "^7.28.6",
    "@babel/plugin-transform-react-jsx": "^7.28.6",
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-react": "^7.28.5",
    "@prettier/plugin-xml": "^1.2.0",
    "@react-native/babel-preset": "0.77.3",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.1.1",
    "@rollup/plugin-url": "^8.0.2",
    "@rollup/pluginutils": "^5.3.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/react-native": "^13.3.3",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/semver": "^7.7.1",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@typescript-eslint/eslint-plugin": "^8.59.0",
    "@typescript-eslint/parser": "^8.59.0",
    "ansi-colors": "4.1.3",
    "babel-jest": "^29.0.0",
    "big.js": "^6.0.2",
    "core-js": "^3.6.5",
    "dotenv": "^17.4.2",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-jest": "^29.15.2",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-promise": "^4.3.1",
    "eslint-plugin-react": "~7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "fast-glob": "^3.0.0",
    "fs-extra": "^11.3.4",
    "identity-obj-proxy": "^3.0.0",
    "jasmine": "^3.6.2",
    "jasmine-core": "^3.6.0",
    "jest": "~30.3.0",
    "jest-environment-jsdom": "~30.3.0",
    "jest-jasmine2": "~30.3.0",
    "jest-junit": "^17.0.0",
    "make-dir": "^5.1.0",
    "mendix": "^11.8.0",
    "mime": "^4.1.0",
    "postcss": "^8.5.10",
    "postcss-import": "^14.0.2",
    "postcss-url": "^10.1.0",
    "prettier": "^2.5.1",
    "react-test-renderer": "^19.2.5",
    "recursive-copy": "^2.0.11",
    "resolve": "^1.22.12",
    "rollup": "^4.60.2",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-command": "^1.1.3",
    "rollup-plugin-license": "^3.7.1",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-re": "^1.0.7",
    "sass": "^1.99.0",
    "semver": "^7.3.2",
    "shelljs": "^0.10.0",
    "shx": "^0.4.0",
    "@swc/core": "^1.10.0",
    "@swc/jest": "^0.2.37",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3",
    "xml2js": "^0.6.2",
    "zip-a-folder": "^6.1.1"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^16.18.126",
    "@types/xml2js": "^0.4.5",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "react-native": "~0.78.2"
  },
  "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/"
  },
  "scripts": {
    "test": "jest"
  }
}