{
  "name": "ansi-truncate",
  "repository": "github:fabiospampinato/ansi-truncate",
  "description": "A tiny function for truncating a string that may contain ANSI escape sequences.",
  "license": "MIT",
  "version": "1.3.0",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "tsex test",
    "test:watch": "tsex test --watch",
    "prepublishOnly": "tsex prepare"
  },
  "keywords": [
    "ansi",
    "truncate"
  ],
  "dependencies": {
    "fast-string-truncated-width": "^2.0.0"
  },
  "devDependencies": {
    "fava": "^0.3.4",
    "tsex": "^4.0.2",
    "typescript": "^5.7.3"
  }
}
