{
  "name": "dmn-moddle",
  "version": "12.0.1",
  "description": "A moddle wrapper for DMN 1.3",
  "scripts": {
    "all": "run-s generate-schema lint test",
    "lint": "eslint .",
    "dev": "npm test -- --watch",
    "pretest": "run-s build",
    "test": "mocha --reporter=spec --recursive test/spec test/distro",
    "build": "rollup -c",
    "prepare": "run-s build",
    "generate-schema": "node tasks/generate-schema.cjs",
    "test:integration": "mocha --reporter=spec --recursive test/integration"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/dmn-moddle"
  },
  "main": "./dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./resources/*": "./resources/*",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">= 20.12"
  },
  "keywords": [
    "dmn",
    "moddle",
    "meta-model"
  ],
  "author": {
    "name": "Sebastian Stamm",
    "url": "https://github.com/SebastianStamm"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "sideEffects": false,
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "chai": "^6.2.2",
    "cmof-parser": "^0.5.1",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "glob": "^13.0.0",
    "jsondiffpatch": "^0.7.3",
    "mocha": "^11.7.5",
    "npm-run-all2": "^8.0.0",
    "rollup": "^4.55.2",
    "sax": "^1.4.4",
    "tiny-stack": "^2.0.1",
    "xsd-schema-validator": "^0.11.0"
  },
  "dependencies": {
    "min-dash": "^5.0.0",
    "moddle": "^8.0.0",
    "moddle-xml": "^12.0.0"
  },
  "files": [
    "dist",
    "resources",
    "!resources/dmn/xmi"
  ]
}
