{
  "name": "@annoyingmouse/wc-trim-middle",
  "version": "1.4.0",
  "description": "This web component was inspired by Chris Heilmann and does not trim strings that don’t fit the space at the end, but in the middle of the string",
  "main": "wc-trim-middle.js",
  "type": "module",
  "scripts": {
    "format": "biome format --write .",
    "lint": "biome lint .",
    "build": "rollup -c",
    "release": "node scripts/release.cjs && git push && git push --tags && npm publish --access public",
    "release:patch": "npm version patch && npm run release",
    "release:minor": "npm version minor && npm run release",
    "release:major": "npm version major && npm run release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/annoyingmouse/wc-trim-middle.git"
  },
  "keywords": [
    "web-component",
    "custom-element",
    "truncate",
    "text-truncation",
    "middle-truncation",
    "accessibility",
    "a11y"
  ],
  "author": "Dominic Myers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/annoyingmouse/wc-trim-middle/issues"
  },
  "homepage": "https://github.com/annoyingmouse/wc-trim-middle#readme",
  "prettier": {
    "singleQuote": true,
    "semi": false
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.9",
    "@rollup/plugin-terser": "^1.0.0",
    "rollup": "^4.0.0"
  }
}
