{
  "name": "@commercetools-docs/writing-style",
  "description": "Wrapped and preconfigured vale linter for the commercetools writing style rules",
  "version": "3.4.2",
  "valeVersion": "2.18.0",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "bugs": "https://github.com/commercetools/commercetools-docs-kit/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/commercetools-docs-kit.git",
    "directory": "packages/writing-style"
  },
  "homepage": "https://docs-kit.commercetools.vercel.app/documentation/configuration/packages#commercetools-writing-style-linter",
  "bin": {
    "commercetools-vale": "./bin/commercetools-vale.js",
    "commercetools-vale-bin": "./bin/commercetools-vale-bin.js"
  },
  "scripts": {
    "postinstall": "node scripts/download-vale.js",
    "download:google": "node scripts/download-google-styles.js && prettier --write --parser yaml '**/*.{yaml,yml}'",
    "download:writegood": "node scripts/download-writegood-styles.js && prettier --write --parser yaml '**/*.{yaml,yml}'"
  },
  "dependencies": {
    "7zip-bin": "5.2.0",
    "node-fetch": "3.3.2",
    "shelljs": "0.8.5"
  },
  "devDependencies": {
    "prettier": "2.8.8"
  }
}
