{
  "name": "bpmnlint-pack-config",
  "version": "0.8.0",
  "description": "Pack bpmnlint config to a browser consumable bundle",
  "main": "index.js",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "test": "mocha 'test/*.js'"
  },
  "bin": {
    "bpmnlint-pack-config": "./bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nikku/bpmnlint-pack-config.git"
  },
  "keywords": [
    "bpmnlint",
    "browser-pack"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "license": "MIT",
  "devDependencies": {
    "bpmnlint": "^8.1.1",
    "chai": "^4.3.6",
    "eslint": "^8.24.0",
    "eslint-plugin-bpmn-io": "^0.16.0",
    "mocha": "^10.0.0",
    "npm-run-all": "^4.1.3"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "mri": "^1.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-bpmnlint": "^0.3.1"
  },
  "peerDependencies": {
    "bpmnlint": "*"
  },
  "files": [
    "bin",
    "index.js"
  ]
}
