{
  "name": "bpmn-js-differ",
  "version": "3.2.0",
  "description": "A semantic diffing utility for BPMN 2.0 files",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "pretest": "rollup -c --bundleConfigAsCjs",
    "test": "mocha test/spec/*.js"
  },
  "main": "./dist/index.cjs",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.esm.js",
      "node": "./dist/index.cjs"
    }
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/bpmn-js-differ"
  },
  "keywords": [
    "bpmnjs",
    "diff"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/Nikku"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.3.1",
    "bpmn-moddle": "^10.0.0",
    "chai": "^6.2.2",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "mocha": "^11.7.5",
    "npm-run-all": "^4.1.2",
    "rollup": "^4.57.1",
    "zeebe-bpmn-moddle": "^1.11.0"
  },
  "dependencies": {
    "diffpatch": "^0.6.0",
    "min-dash": "^5.0.0"
  },
  "files": [
    "dist"
  ]
}
