{
  "name": "bpmnlint-pack-config",
  "version": "0.9.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": "^11.12.0",
    "chai": "^6.2.2",
    "eslint": "^9.39.3",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "mocha": "^11.7.5",
    "npm-run-all2": "^8.0.4"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "mri": "^1.2.0",
    "rollup": "^4.59.0",
    "rollup-plugin-bpmnlint": "^0.4.1"
  },
  "peerDependencies": {
    "bpmnlint": "*"
  },
  "files": [
    "bin",
    "index.js"
  ]
}
