{
  "name": "moddle-xml",
  "version": "12.0.0",
  "description": "XML import/export for documents described with moddle",
  "scripts": {
    "all": "run-s lint test",
    "build": "rollup -c --bundleConfigAsCjs",
    "dev": "npm test -- --watch",
    "lint": "eslint .",
    "test": "mocha --reporter=spec --recursive test",
    "pretest": "run-s build",
    "prepare": "run-s build"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/moddle-xml"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "keywords": [
    "moddle",
    "model",
    "meta-model",
    "xml",
    "xsd",
    "import",
    "export"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/Nikku"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "engines": {
    "node": ">= 18"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "sideEffects": false,
  "devDependencies": {
    "chai": "^6.2.2",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "mocha": "^11.7.5",
    "moddle": "^8.0.0",
    "npm-run-all2": "^8.0.4",
    "rollup": "^4.55.1"
  },
  "dependencies": {
    "min-dash": "^5.0.0",
    "saxen": "^11.0.2"
  },
  "peerDependencies": {
    "moddle": ">= 6.2.0"
  }
}
