{
  "name": "bpmn-js-embedded-comments",
  "version": "0.6.1",
  "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": "^4.0.3",
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "eslint-plugin-bpmn-io": "^0.8.2",
    "karma": "^4.2.0",
    "karma-chrome-launcher": "^3.0.0",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^2.0.2",
    "karma-webpack": "^4.0.2",
    "microbundle": "^0.11.0",
    "mocha": "^6.2.0",
    "mocha-test-container-support": "^0.2.0",
    "npm-run-all": "^4.1.5",
    "puppeteer": "^1.19.0",
    "raw-loader": "^1.0.0",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0",
    "webpack": "^4.38.0"
  },
  "dependencies": {
    "jquery": "^3.4.1"
  }
}
