{
  "name": "@jti/vale",
  "version": "1.2.1",
  "license": "MIT",
  "author": "Ewan Edwards <eedwards@journaltech.com>",
  "description": "This package installs errata-ai/vale in the `bin` folder.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jtidocs/jti-vale.git"
  },
  "bugs": {
    "url": "https://github.com/jtidocs/jti-vale/issues"
  },
  "homepage": "https://github.com/jtidocs/jti-vale#readme",
  "main": "install.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node install.js"
  },
  "bin": {
    "vale": "run.js"
  },
  "keywords": [
    "antora",
    "documentation",
    "link",
    "check",
    "vale",
    "tools"
  ],
  "dependencies": {
    "axios": "1.6.5",
    "decompress": "4.2.1",
    "@jti/utils": "1.0.3"
  }
}
