{
  "name": "@bpmn-io/align-to-origin",
  "version": "0.7.0",
  "description": "Align diagrams to the diagram origin",
  "main": "lib/index.js",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "test": "karma start",
    "dev": "npm test -- --no-single-run --auto-watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bpmn-io/align-to-origin.git"
  },
  "keywords": [
    "BPMN",
    "CMMN",
    "DMN",
    "plugin",
    "bpmn-js",
    "dmn-js",
    "cmmn-js",
    "diagram-js"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "license": "MIT",
  "devDependencies": {
    "bpmn-js": "^8.2.0",
    "chai": "^4.3.0",
    "cmmn-js": "^0.20.0",
    "diagram-js-origin": "^1.3.2",
    "dmn-js": "^10.1.0",
    "eslint": "^7.20.0",
    "eslint-plugin-bpmn-io": "^0.12.0",
    "karma": "^6.1.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-mocha": "^2.0.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack": "^5.0.0",
    "mocha": "^8.3.0",
    "mocha-test-container-support": "^0.2.0",
    "npm-run-all": "^4.1.5",
    "puppeteer": "^1.20.0",
    "raw-loader": "^1.0.0",
    "webpack": "^5.24.2"
  }
}
