{
  "name": "react-slugify",
  "version": "5.0.0",
  "description": "Slugify a React node",
  "type": "module",
  "main": "./dist/slugify.js",
  "module": "./dist/slugify.js",
  "types": "./dist/slugify.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/slugify.d.ts",
        "default": "./dist/slugify.js"
      },
      "require": {
        "types": "./dist/slugify.d.cts",
        "default": "./dist/slugify.cjs"
      }
    }
  },
  "files": [
    "src",
    "dist",
    "!**/__tests__"
  ],
  "scripts": {
    "preversion": "npm run test",
    "prepublishOnly": "publint && npm run build",
    "build": "tsup src/slugify.ts --format cjs,esm --dts --sourcemap --clean",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martpie/react-slugify.git"
  },
  "keywords": [
    "react",
    "slug",
    "slugify",
    "vanity",
    "url",
    "markdown"
  ],
  "author": "Pierre de la Martiniere <pierre.de.la.martiniere@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/martpie/react-slugify/issues"
  },
  "homepage": "https://github.com/martpie/react-slugify#readme",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@types/diacritics": "^1.3.3",
    "@types/react": "^19.1.9",
    "publint": "^0.3.12",
    "react": "^19.1.1",
    "tsup": "^8.5.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "diacritics": "^1.3.0"
  }
}
