{
  "name": "camunda-dmn-moddle",
  "version": "1.3.1",
  "description": "Camunda moddle extensions for DMN",
  "files": [
    "resources"
  ],
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "dev": "npm test -- --watch",
    "test": "mocha -r ./test/expect --reporter=spec --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/camunda/camunda-dmn-moddle"
  },
  "keywords": [
    "dmn",
    "moddle",
    "dmn13",
    "camunda",
    "meta-model"
  ],
  "author": {
    "name": "Philipp Fromme",
    "url": "https://github.com/philippfromme"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "chai": "^6.2.2",
    "dmn-moddle": "^12.0.1",
    "eslint": "^8.51.0",
    "eslint-plugin-bpmn-io": "^1.0.0",
    "esm": "^3.0.15",
    "min-dash": "^5.0.0",
    "mocha": "^11.7.5",
    "npm-run-all2": "^8.0.4"
  }
}
