{
  "name": "ellipsize",
  "type": "module",
  "exports": {
    ".": "./src/index.js"
  },
  "engines": {
    "node": "^20.19.0 || >= 22.12.0"
  },
  "version": "0.7.0",
  "description": "Ellipsizes a string at the nearest whitespace character near the end of allowed length",
  "main": "src/index.js",
  "files": [
    "src/index.js",
    "types/index.d.ts"
  ],
  "scripts": {
    "test": "biome ci src && node --test src/*.test.js",
    "fix": "biome check --write src test",
    "typescript:emit": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mvhenten/ellipsize.git"
  },
  "keywords": [
    "ellipsize",
    "ellipsis",
    "truncate",
    "shorten",
    "string"
  ],
  "types": "types/index.d.ts",
  "author": "Matthijs van Henten",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mvhenten/ellipsize/issues"
  },
  "homepage": "https://github.com/mvhenten/ellipsize",
  "devDependencies": {
    "@biomejs/biome": "^2.2.2",
    "semantic-release": "^24.2.7"
  }
}
