{
  "name": "moddle-xml",
  "version": "12.1.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.4",
    "eslint-plugin-bpmn-io": "^2.3.1",
    "mocha": "^11.7.6",
    "moddle": "^8.1.0",
    "npm-run-all2": "^9.0.2",
    "rollup": "^4.62.2"
  },
  "dependencies": {
    "min-dash": "^5.1.0",
    "saxen": "^11.1.0"
  },
  "peerDependencies": {
    "moddle": ">= 6.2.0"
  },
  "allowScripts": {
    "unrs-resolver@1.12.2": true
  }
}
