{
  "name": "bpmnlint-plugin-camunda-compat",
  "version": "2.55.0",
  "description": "A bpmnlint plug-in for Camunda compatibility",
  "main": "index.js",
  "scripts": {
    "all": "npm run lint && npm test",
    "dev": "npm run test:watch",
    "lint": "eslint .",
    "test": "mocha \"test/**/*.spec.js\"",
    "test:watch": "npm run test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/camunda/bpmnlint-plugin-camunda-compat"
  },
  "keywords": [
    "bpmnlint",
    "plugin"
  ],
  "author": {
    "name": "Philipp Fromme",
    "url": "https://github.com/philippfromme"
  },
  "license": "MIT",
  "devDependencies": {
    "bpmn-moddle": "^10.0.0",
    "bpmnlint": "^11.10.0",
    "camunda-bpmn-moddle": "^7.0.1",
    "chai": "^6.2.2",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "mocha": "^11.7.5",
    "modeler-moddle": "^0.2.0",
    "sinon": "^21.0.1",
    "sinon-chai": "^4.0.1",
    "zeebe-bpmn-moddle": "^1.15.0"
  },
  "dependencies": {
    "@bpmn-io/feel-analyzer": "^0.3.0",
    "@bpmn-io/moddle-utils": "^0.3.0",
    "@bpmn-io/semver-compat": "^0.1.0",
    "@camunda/feel-builtins": "^1.2.0",
    "bpmnlint-utils": "^1.1.1",
    "min-dash": "^5.0.0",
    "semver-compare": "^1.0.0"
  },
  "files": [
    "rules",
    "index.js"
  ],
  "engines": {
    "node": ">= 20"
  },
  "peerDependencies": {
    "bpmnlint": ">= 11.6.0"
  }
}
