{
  "name": "vitest-ansi-serializer",
  "type": "module",
  "version": "0.2.1",
  "description": "A vitest snapshot serializer which converts ANSI escapes to readable strings.",
  "main": "lib/main.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "premove lib coverage",
    "build": "tsc",
    "format": "prettier --write src",
    "lint": "npm run lint:js && npm run lint:format",
    "lint:format": "prettier --check src",
    "lint:js": "eslint src",
    "test": "vitest run",
    "test:watch": "vitest dev --watch --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/43081j/vitest-ansi-serializer.git"
  },
  "keywords": [
    "vitest",
    "snapshot",
    "serializer"
  ],
  "author": "James Garbutt (https://github.com/43081j)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/43081j/vitest-ansi-serializer/issues"
  },
  "homepage": "https://github.com/43081j/vitest-ansi-serializer#readme",
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^9.39.2",
    "premove": "^4.0.0",
    "prettier": "^3.8.1",
    "sisteransi": "^1.0.5",
    "typescript-eslint": "^8.54.0",
    "vitest": "^4.0.3"
  },
  "peerDependencies": {
    "vitest": "^3.0.0 || ^4.0.0"
  }
}
