{
  "name": "cizgile",
  "version": "0.3.0",
  "description": "RFC 3986/3987-grounded URL slugs. Transliteration, Unicode slugs, IRI to URI, percent-encoding, dot-segment removal. Zero dependencies, tree-shakeable.",
  "keywords": [
    "esm",
    "iri",
    "percent-encoding",
    "rfc3986",
    "rfc3987",
    "slug",
    "slugify",
    "transliterate",
    "typescript",
    "unicode",
    "uri",
    "url",
    "zero-dependency"
  ],
  "homepage": "https://github.com/productdevbook/cizgile",
  "bugs": {
    "url": "https://github.com/productdevbook/cizgile/issues"
  },
  "license": "MIT",
  "author": "productdevbook",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/productdevbook/cizgile.git"
  },
  "funding": "https://github.com/sponsors/productdevbook",
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./uri": {
      "types": "./dist/uri.d.mts",
      "default": "./dist/uri.mjs"
    },
    "./transliterate": {
      "types": "./dist/transliterate.d.mts",
      "default": "./dist/transliterate.mjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "rolldown -c",
    "dev": "vitest",
    "lint": "oxlint --type-aware . && oxfmt --check .",
    "lint:fix": "oxlint --type-aware . --fix && oxfmt .",
    "fmt": "oxfmt .",
    "typecheck": "tsc --noEmit",
    "test": "bun run lint && bun run typecheck && vitest run && bun run test:bun",
    "test:unit": "vitest run",
    "coverage": "vitest run --coverage",
    "release": "bun run test && bun run build && bumpp --commit --tag --push --all",
    "prepack": "bun run build",
    "test:bun": "bun --bun vitest run",
    "bench": "vitest bench --run",
    "bench:baseline": "vitest bench --run --outputJson bench/results.json && node bench/compare.mjs bench/results.json bench/baseline.json write"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.5",
    "@sindresorhus/slugify": "^3.0.0",
    "@types/bun": "1.4.0",
    "@vitest/coverage-v8": "4.1.11",
    "bumpp": "12.2.2",
    "oxfmt": "0.65.0",
    "oxlint": "1.80.0",
    "oxlint-tsgolint": "7.0.2001",
    "publint": "0.3.24",
    "rolldown": "1.2.6",
    "rolldown-plugin-dts": "0.28.4",
    "slugify": "^1.6.9",
    "typescript": "7.0.2",
    "vitest": "4.1.11"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "packageManager": "bun@1.4.0"
}
