{
  "name": "retext-preset-bpmn-io",
  "version": "0.1.0",
  "description": "A retext preset for bpmn.io projects",
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/retext-preset-bpmn-io"
  },
  "author": "Nico Rehwaldt <https://github.com/nikku>",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "prepack": "npm run build && npm run format",
    "build": "tsc --build --clean && tsc --build",
    "all": "npm test",
    "lint": "eslint .",
    "format": "remark . -qfo && npm run lint -- --fix",
    "test": "npm run prepack && mocha test.js"
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "dependencies": {
    "retext-contractions": "^6.0.0",
    "retext-diacritics": "^5.0.0",
    "retext-indefinite-article": "^5.0.0",
    "retext-quotes": "^6.0.0",
    "retext-redundant-acronyms": "^5.0.0",
    "retext-repeated-words": "^5.0.0",
    "retext-sentence-spacing": "^6.0.0",
    "unified": "^11.0.5"
  },
  "devDependencies": {
    "@types/chai": "^4.3.16",
    "@types/mocha": "^10.0.6",
    "chai": "^5.1.1",
    "eslint": "^8.57.0",
    "eslint-plugin-bpmn-io": "^1.0.0",
    "mocha": "^10.4.0",
    "remark-cli": "^11.0.0",
    "remark-preset-bpmn-io": "^0.0.1",
    "retext": "^9.0.0",
    "typescript": "^4.0.0",
    "vfile-reporter": "^8.1.1"
  },
  "remarkConfig": {
    "plugins": [
      "preset-bpmn-io"
    ]
  }
}
