{
  "name": "@jti/antora-extension-repeated_words",
  "version": "1.0.4",
  "license": "MIT",
  "author": "Ewan Edwards <eedwards@journaltech.com>",
  "description": "An Antora extension that checks Asciidoc source files for repeated words in prose.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jtidocs/jti-antora-extension-repeated_words.git"
  },
  "bugs": {
    "url": "https://github.com/jtidocs/jti-antora-extension-repeated_words/issues"
  },
  "homepage": "https://github.com/jtidocs/jti-antora-extension-repeated_words#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "main": "index.js",
  "scripts": {
    "test": "npx ava"
  },
  "keywords": [
    "antora",
    "extension",
    "asciidoc",
    "prose",
    "check",
    "ci",
    "repeated",
    "repeated_words",
    "words"
  ],
  "dependencies": {
    "@jti/utils": "1.0.1",
    "ava": "5.3.0",
    "chalk": "4.1.2",
    "execa": "^9.3.1"
  }
}
