{
  "name": "@bpmn-io/properties-panel",
  "version": "3.40.6",
  "description": "Library for creating bpmn-io properties panels.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist",
    "assets",
    "preact"
  ],
  "scripts": {
    "all": "run-s lint clean build test",
    "clean": "del-cli preact dist",
    "build": "rollup -c --bundleConfigAsCjs",
    "build:watch": "npm run build -- --watch",
    "lint": "eslint .",
    "start": "cross-env SINGLE_START=example npm run dev",
    "dev": "npm test -- --auto-watch --no-single-run",
    "test": "karma start karma.config.js",
    "prepare": "run-s build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bpmn-io/properties-panel.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "*"
  },
  "author": "Niklas Kiefer <niklas.kiefer@camunda.com> (https://github.com/pinussilvestrus)",
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@bpmn-io/feel-editor": "^2.5.2",
    "@carbon/icons": "^11.69.0",
    "@codemirror/view": "^6.28.1",
    "classnames": "^2.5.1",
    "feelers": "^1.5.1",
    "focus-trap": "^8.0.0",
    "min-dash": "^5.0.0",
    "min-dom": "^5.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/plugin-transform-react-jsx": "^7.27.1",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@testing-library/preact": "^3.2.4",
    "axe-core": "^4.11.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-inline-react-svg": "^2.0.2",
    "babel-plugin-istanbul": "^8.0.0",
    "babel-plugin-module-resolver": "^5.0.2",
    "chai": "^6.2.2",
    "copy-webpack-plugin": "^14.0.0",
    "cross-env": "^10.1.0",
    "del-cli": "^7.0.0",
    "diagram-js": "^15.9.1",
    "eslint": "^9.39.1",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-react-hooks": "^6.1.1",
    "karma": "^6.4.4",
    "karma-chrome-launcher-2": "^3.3.0",
    "karma-coverage": "^2.2.1",
    "karma-debug-launcher": "^0.0.5",
    "karma-env-preprocessor": "^0.1.1",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^5.0.1",
    "mocha": "^11.7.5",
    "mocha-test-container-support": "^0.2.0",
    "npm-run-all2": "^8.0.4",
    "preact": "^10.19.3",
    "puppeteer": "^24.36.1",
    "raw-loader": "^4.0.2",
    "replace-in-file": "^7.2.0",
    "rollup": "^4.53.3",
    "rollup-plugin-copy": "^3.5.0",
    "sinon": "^21.0.1",
    "sinon-chai": "^4.0.1",
    "webpack": "^5.105.0"
  }
}
