{
  "name": "@bpmn-io/moddle-utils",
  "version": "0.3.0",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "all": "npm run lint && npm test",
    "lint": "eslint .",
    "test": "mocha test",
    "test:watch": "npm run test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/moddle-utils"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "keywords": [
    "moddle"
  ],
  "author": {
    "name": "Philipp Fromme",
    "url": "https://github.com/philippfromme"
  },
  "license": "MIT",
  "devDependencies": {
    "bpmn-moddle": "^10.0.0",
    "chai": "^6.2.2",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "mocha": "^11.7.5",
    "zeebe-bpmn-moddle": "^1.12.0"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "min-dash": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
