{
  "name": "pretty-ansi",
  "version": "4.0.0",
  "description": "Convert ANSI escape sequences to human readable text",
  "keywords": [
    "pretty",
    "ansi",
    "escape",
    "sequences",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrazauskas/pretty-ansi.git"
  },
  "funding": "https://github.com/sponsors/mrazauskas",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./index.cjs",
  "types": "./index.d.cts",
  "files": [
    "index.d.cts",
    "index.d.ts",
    "index.cjs",
    "index.js"
  ],
  "scripts": {
    "check": "biome check --write",
    "format": "biome format --write",
    "test": "node --test",
    "test:coverage": "mcr --config mcr.config.json -- npm run test",
    "test:types": "tstyche"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.9",
    "ansi-escapes": "7.3.0",
    "ansi-styles": "6.2.3",
    "monocart-coverage-reports": "2.12.9",
    "tstyche": "7.0.0-rc.0"
  },
  "engines": {
    "node": ">=20"
  }
}
