{
  "name": "min-dom",
  "version": "5.3.0",
  "description": "A minimal dom utility toolbelt",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "all": "run-s lint test check-types",
    "pretest": "run-s bundle",
    "bundle": "rollup -c --bundleConfigAsCjs",
    "lint": "eslint .",
    "prepare": "run-s bundle",
    "test": "karma start karma.conf.cjs",
    "check-types": "tsc --noEmit"
  },
  "keywords": [
    "dom",
    "util",
    "utility",
    "minimal",
    "event",
    "query",
    "jquery",
    "component"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/min-dom"
  },
  "author": "bpmn.io",
  "license": "MIT",
  "sideEffects": false,
  "dependencies": {
    "domify": "^3.0.0",
    "min-dash": "^5.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@types/chai": "^5.2.3",
    "@types/mocha": "^10.0.10",
    "chai": "^6.2.1",
    "component-event": "^0.2.1",
    "eslint": "^9.39.1",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "karma": "^6.4.4",
    "karma-chrome-launcher-2": "^3.3.0",
    "karma-firefox-launcher": "^2.1.3",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^5.0.1",
    "mocha": "^11.7.5",
    "npm-run-all": "^4.1.2",
    "puppeteer": "^24.32.1",
    "rollup": "^4.53.3",
    "typescript": "^5.9.3",
    "webpack": "^5.103.0"
  },
  "files": [
    "dist"
  ]
}
