{
  "name": "bpmn-moddle",
  "version": "10.0.0",
  "description": "A moddle wrapper for BPMN 2.0",
  "scripts": {
    "all": "run-s generate-schema lint test",
    "lint": "eslint .",
    "dev": "npm test -- --watch",
    "pretest": "run-s build",
    "test": "mocha --reporter=spec --recursive test",
    "distro": "run-s build test:build",
    "build": "rollup -c --bundleConfigAsCjs",
    "prepare": "run-s build",
    "generate-schema": "node tasks/generate-schema.cjs"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/bpmn-moddle"
  },
  "exports": {
    ".": "./dist/index.js",
    "./resources/*": "./resources/*",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">= 20.12"
  },
  "keywords": [
    "bpmn",
    "moddle",
    "bpmn20",
    "meta-model"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "sideEffects": false,
  "devDependencies": {
    "@babel/eslint-parser": "^7.28.5",
    "@babel/plugin-syntax-import-attributes": "^7.27.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "bpmn-in-color-moddle": "^0.2.0",
    "chai": "^6.0.0",
    "cmof-parser": "^0.5.2",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "mocha": "^11.0.0",
    "npm-run-all2": "^8.0.4",
    "rollup": "^4.54.0",
    "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/bpmn/cmof"
  ]
}
