{
  "name": "bpmn-js-embedded-comments",
  "version": "0.9.0",
  "description": "A simple comments extension for bpmn-js",
  "scripts": {
    "all": "run-s lint test bundle",
    "lint": "eslint .",
    "dev": "npm test -- --auto-watch --no-single-run",
    "test": "karma start",
    "bundle": "microbundle build --no-compress --name BpmnJSEmbeddedComments",
    "prepublishOnly": "run-s bundle"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "umd:main": "dist/bpmn-js-embedded-comments.umd.js",
  "source": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/bpmn-js-embedded-comments"
  },
  "keywords": [
    "bpmn-js",
    "bpmn-js-plugin"
  ],
  "author": "bpmn.io",
  "license": "MIT",
  "devDependencies": {
    "bpmn-js": "^10.2.1",
    "chai": "^6.2.2",
    "eslint": "^9.39.4",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "karma": "^6.4.4",
    "karma-chrome-launcher-2": "^3.3.0",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^5.0.1",
    "microbundle": "^0.15.1",
    "mocha": "^11.7.5",
    "mocha-test-container-support": "^0.2.0",
    "npm-run-all2": "^8.0.4",
    "puppeteer": "^24.42.0",
    "webpack": "^5.106.2"
  },
  "dependencies": {
    "jquery": "^3.6.1"
  },
  "files": [
    "dist",
    "assets"
  ]
}
