{
  "name": "bpmn-js-copy-as-image",
  "version": "0.4.1",
  "description": "A bpmn-js extension which allows to render selected elements as images",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "all": "run-s lint test build",
    "lint": "eslint .",
    "test": "karma start karma.config.cjs",
    "dev": "npm test -- --auto-watch --no-single-run",
    "start": "cross-env SINGLE_START=BPMN npm run dev",
    "build": "rollup -c",
    "build:watch": "rollup -cw",
    "prepare": "run-s build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barmac/bpmn-js-copy-as-image.git"
  },
  "keywords": [
    "bpmn-js"
  ],
  "author": "Maciej Barelkowski <maciej.barelkowski@camunda.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/barmac/bpmn-js-copy-as-image/issues"
  },
  "homepage": "https://github.com/barmac/bpmn-js-copy-as-image#readme",
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "peerDependencies": {
    "bpmn-js": ">= 18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@types/sinon": "^21.0.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-istanbul": "^7.0.1",
    "bpmn-js": "18.12.0",
    "chai": "^6.2.2",
    "cross-env": "^10.1.0",
    "downloadjs": "^1.4.7",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "file-drops": "^0.7.0",
    "file-open": "^0.2.0",
    "karma": "^6.4.4",
    "karma-chrome-launcher-2": "^3.3.0",
    "karma-coverage": "^2.2.1",
    "karma-debug-launcher": "0.0.5",
    "karma-env-preprocessor": "^0.1.1",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^5.0.1",
    "mocha": "^11.7.5",
    "npm-run-all2": "^8.0.4",
    "puppeteer": "^24.37.2",
    "raw-loader": "^4.0.2",
    "rollup": "^4.57.1",
    "sinon": "^21.0.1",
    "sinon-chai": "^4.0.1",
    "webpack": "^5.105.0"
  },
  "dependencies": {
    "@bpmn-io/svg-to-image": "^1.0.0"
  }
}
