{
  "name": "@textlint/fixer-formatter",
  "version": "15.5.2",
  "description": "textlint output formatter for fixer",
  "keywords": [
    "AST",
    "lint",
    "linting",
    "markdown",
    "plugable",
    "text",
    "textlint"
  ],
  "homepage": "https://github.com/textlint/textlint#readme",
  "bugs": {
    "url": "https://github.com/textlint/textlint/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/textlint/textlint.git"
  },
  "license": "MIT",
  "author": "azu",
  "type": "commonjs",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "files": [
    "bin/",
    "lib/",
    "src/",
    "!*.tsbuildinfo"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf lib/",
    "prepack": "npm run build",
    "test": "vitest run",
    "updateSnapshot": "UPDATE_SNAPSHOT=true vitest run -u",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@textlint/module-interop": "15.5.2",
    "@textlint/resolver": "15.5.2",
    "@textlint/types": "15.5.2",
    "chalk": "^4.1.2",
    "debug": "^4.4.3",
    "diff": "^8.0.3",
    "string-width": "^4.2.3",
    "strip-ansi": "^6.0.1",
    "text-table": "^0.2.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^24.10.13",
    "rimraf": "^6.1.3",
    "typescript": "~5.8.3",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "7320c69be4665acc74186834b435a32d283c1be5"
}
