{
  "name": "@bpmn-io/diagram-js-ui",
  "version": "0.2.4",
  "type": "module",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "types": "./lib/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib"
  ],
  "sideEffects": false,
  "scripts": {
    "all": "run-s lint test check-types",
    "check-types": "tsc --noEmit --noImplicitAny",
    "lint": "eslint .",
    "test": "karma start karma.conf.cjs",
    "dev": "npm test -- --auto-watch --no-single-run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/diagram-js-ui"
  },
  "author": {
    "name": "Beatriz Mendes",
    "url": "https://github.com/smbea"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/karma-mocha": "^1.3.4",
    "@types/mocha": "^10.0.10",
    "chai": "^6.2.2",
    "eslint": "^9.39.4",
    "eslint-plugin-bpmn-io": "^2.3.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.6",
    "npm-run-all2": "^9.0.1",
    "puppeteer": "^25.0.0",
    "typescript": "^5.9.3",
    "webpack": "^5.107.2"
  },
  "dependencies": {
    "htm": "^3.1.1",
    "preact": "^10.29.2"
  }
}
