{
  "name": "@vvago/vale",
  "version": "3.22.0",
  "description": "Download pre-built vale binaries for your platform",
  "main": "dist/index.cjs",
  "type": "module",
  "files": [
    "dist/index.cjs",
    "bin/vale.cjs"
  ],
  "bin": {
    "vale": "bin/vale.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeropaper/vale.git"
  },
  "keywords": [
    "vale",
    "linting",
    "text"
  ],
  "author": "Valentin \"zeropaper\" Vago",
  "contributors": [
    {
      "name": "httphyixelnet",
      "url": "https://github.com/httphypixelnet"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zeropaper/vale/issues"
  },
  "homepage": "https://github.com/zeropaper/vale#readme",
  "dependencies": {
    "fs-extra": "^11.4.0",
    "tar": "^7.5.15",
    "yauzl": "^3.4.0"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.5",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^26.1.2",
    "@types/yauzl": "^3.4.0",
    "publint": "^0.3.22",
    "tsdown": "^0.22.14",
    "typescript": "7.0.2"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "postinstall": "node dist/index.cjs"
  }
}