{
  "name": "diagram-js-minimap",
  "version": "5.3.0",
  "description": "A minimap for diagram-js",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "umd:main": "dist/diagram-minimap.umd.js",
  "source": "lib/index.js",
  "scripts": {
    "all": "run-s lint test distro",
    "lint": "eslint .",
    "dev": "npm test -- --auto-watch --no-single-run",
    "test": "karma start",
    "distro": "run-s build test:build",
    "build": "rollup -c --bundleConfigAsCjs",
    "build:watch": "run-s bundle -- -w",
    "test:build": "karma start test/distro/karma.conf.js",
    "prepublishOnly": "run-s distro"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bpmn-io/diagram-js-minimap.git"
  },
  "keywords": [
    "diagram-js",
    "minimap"
  ],
  "author": "Philipp Fromme",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "chai": "^6.2.2",
    "diagram-js": "^15.9.0",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "inherits-browser": "^0.1.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.0.0",
    "mocha-test-container-support": "^0.2.0",
    "npm-run-all2": "^8.0.4",
    "puppeteer": "^24.34.0",
    "rollup": "^4.54.0",
    "sinon": "^21.0.0",
    "sinon-chai": "^4.0.0",
    "webpack": "^5.104.1"
  },
  "dependencies": {
    "min-dash": "^5.0.0",
    "min-dom": "^5.2.0",
    "tiny-svg": "^4.1.4"
  },
  "files": [
    "dist",
    "assets"
  ]
}
