{
  "name": "bpmn-js-element-templates",
  "version": "2.25.0",
  "description": "Element templates for bpmn-js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    },
    "./core": {
      "import": "./dist/core.esm.js",
      "require": "./dist/core.js"
    },
    "./dist/assets/*.css": "./dist/assets/*.css",
    "./dist/*.js": "./dist/*.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "all": "run-s lint test distro",
    "distro": "run-s build test:build",
    "build": "run-p bundle",
    "bundle": "rollup -c",
    "bundle:watch": "rollup -c -w",
    "lint": "eslint .",
    "dev": "npm test -- --auto-watch --no-single-run",
    "test": "karma start karma.config.js",
    "test:build": "mocha --reporter=spec --recursive test/distro/*.spec.js",
    "start": "cross-env SINGLE_START=cloud-templates npm run dev",
    "start:templates": "cross-env SINGLE_START=templates npm run dev",
    "prepare": "run-s bundle"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/bpmn-js-element-templates"
  },
  "engines": {
    "node": "*"
  },
  "keywords": [
    "bpmn-io",
    "bpmn-js",
    "properties",
    "properties-panel",
    "element-templates"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@bpmn-io/element-templates-validator": "^2.21.0",
    "@bpmn-io/extract-process-variables": "^2.2.1",
    "@bpmn-io/semver-compat": "^0.1.0",
    "bpmnlint": "^11.12.0",
    "classnames": "^2.5.1",
    "ids": "^3.0.0",
    "min-dash": "^5.0.0",
    "min-dom": "^5.3.0",
    "preact-markup": "^2.1.1",
    "semver-compare": "^1.0.0",
    "uuid": "^14.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-transform-react-jsx": "^7.28.6",
    "@bpmn-io/element-template-chooser": "^2.1.0",
    "@bpmn-io/element-template-icon-renderer": "^1.0.0",
    "@bpmn-io/properties-panel": "^3.41.3",
    "@camunda/linting": "^3.48.1",
    "@rollup/plugin-alias": "^6.0.0",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@testing-library/preact": "^2.0.1",
    "@testing-library/preact-hooks": "^1.1.0",
    "assert": "^2.1.0",
    "babel-loader": "^10.1.1",
    "babel-plugin-istanbul": "^8.0.0",
    "bpmn-js": "^18.14.0",
    "bpmn-js-create-append-anything": "^1.2.0",
    "bpmn-js-properties-panel": "^5.54.0",
    "bpmn-moddle": "^10.0.0",
    "camunda-bpmn-js-behaviors": "^1.14.1",
    "camunda-bpmn-moddle": "^7.0.1",
    "chai": "^6.2.2",
    "copy-webpack-plugin": "^14.0.0",
    "cross-env": "^10.1.0",
    "diagram-js": "^15.12.0",
    "downloadjs": "^1.4.7",
    "eslint": "^9.39.4",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-react-hooks": "^7.1.0",
    "file-drops": "^0.7.0",
    "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.0.0",
    "mocha-test-container-support": "^0.2.0",
    "modeler-moddle": "^0.2.0",
    "npm-run-all2": "^9.0.0",
    "puppeteer": "^25.0.0",
    "raw-loader": "^4.0.2",
    "rollup": "^4.60.1",
    "rollup-plugin-copy": "^3.5.0",
    "sinon": "^22.0.0",
    "sinon-chai": "^4.0.0",
    "webpack": "^5.106.2",
    "zeebe-bpmn-moddle": "^1.13.0"
  },
  "peerDependencies": {
    "@bpmn-io/properties-panel": ">= 3.41.3",
    "bpmn-js": ">= 11.5",
    "bpmn-js-properties-panel": ">= 2",
    "camunda-bpmn-js-behaviors": ">= 1.2.1",
    "diagram-js": ">= 11.9"
  }
}
