{
  "name": "jest-serializer-ansi-escapes",
  "version": "4.0.0",
  "description": "Jest snapshot serializer for ANSI escape sequences",
  "keywords": [
    "ansi",
    "escape",
    "sequences",
    "jest",
    "snapshots",
    "serializer",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrazauskas/jest-serializer-ansi-escapes.git"
  },
  "license": "MIT",
  "funding": "https://github.com/sponsors/mrazauskas",
  "type": "commonjs",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "scripts": {
    "check": "biome check --write",
    "format": "biome format --write",
    "test": "jest",
    "test:coverage": "jest --collectCoverage"
  },
  "dependencies": {
    "pretty-ansi": "^3.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "jest": "29.7.0",
    "pretty-format": "29.7.0"
  },
  "engines": {
    "node": ">=18"
  }
}
