{
  "name": "camunda-bpmn-moddle",
  "version": "7.0.1",
  "description": "Camunda moddle extensions for BPMN 2.0",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "dev": "npm run test -- --auto-watch --no-single-run",
    "test": "mocha -r ./test/expect --reporter=spec \"test/**/*.js\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/camunda/camunda-bpmn-moddle"
  },
  "keywords": [
    "bpmn",
    "moddle",
    "bpmn20",
    "camunda",
    "meta-model"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "bpmn-moddle": "^7.1.3",
    "chai": "^4.3.0",
    "eslint": "^8.23.0",
    "eslint-plugin-bpmn-io": "^0.14.1",
    "esm": "^3.2.25",
    "glob": "^7.1.6",
    "mocha": "^9.2.2",
    "npm-run-all": "^4.1.2",
    "p-series": "^2.1.0",
    "xsd-schema-validator": "^0.5.0"
  },
  "files": [
    "resources"
  ]
}
