{
  "name": "bpmn-js-create-append-anything",
  "version": "1.3.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "all": "run-s lint test build",
    "test": "karma start karma.config.js",
    "lint": "eslint .",
    "dev": "npm test -- --auto-watch --no-single-run",
    "start": "npm run start:templates",
    "start:bpmn": "cross-env SINGLE_START=BPMN npm run dev",
    "start:templates": "cross-env SINGLE_START=templates npm run dev",
    "build": "rollup -c --bundleConfigAsCjs",
    "build:watch": "rollup -cw",
    "prepare": "run-s build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bpmn-io/bpmn-js-create-append-anything.git"
  },
  "keywords": [
    "bpmn-io"
  ],
  "author": "bpmn.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/smbea/bpmn-js-create-append-anything/issues"
  },
  "homepage": "https://github.com/smbea/bpmn-js-create-append-anything#readme",
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "files": [
    "dist"
  ],
  "module": "dist/index.es.js",
  "peerDependencies": {
    "diagram-js": ">= 15.18.0"
  },
  "devDependencies": {
    "@bpmn-io/element-template-chooser": "^2.1.0",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@testing-library/preact": "^3.2.4",
    "babel-loader": "^10.1.1",
    "babel-plugin-istanbul": "^8.0.0",
    "bpmn-js": "^18.18.0",
    "bpmn-js-element-templates": "^2.26.0",
    "bpmn-js-properties-panel": "^5.58.0",
    "chai": "^6.2.2",
    "cross-env": "^10.1.0",
    "downloadjs": "^1.4.7",
    "eslint": "^9.39.4",
    "eslint-plugin-bpmn-io": "^2.2.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-tldr-reporter": "^0.0.2",
    "karma-webpack": "^5.0.1",
    "mocha": "^11.7.5",
    "mocha-test-container-support": "^0.2.0",
    "npm-run-all2": "^9.0.0",
    "raw-loader": "^4.0.2",
    "rollup": "^4.60.1",
    "sinon": "^22.0.0",
    "sinon-chai": "^4.0.1",
    "webpack": "^5.106.2",
    "zeebe-bpmn-moddle": "^1.14.0"
  }
}
