{
  "name": "entities",
  "version": "8.0.0",
  "description": "Encode & decode XML and HTML entities with ease & speed",
  "repository": {
    "type": "git",
    "url": "https://github.com/fb55/entities.git"
  },
  "funding": "https://github.com/fb55/entities?sponsor=1",
  "license": "BSD-2-Clause",
  "author": "Felix Boehm <me@feedic.com>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./decode": {
      "types": "./dist/decode.d.ts",
      "default": "./dist/decode.js"
    },
    "./escape": {
      "types": "./dist/escape.d.ts",
      "default": "./dist/escape.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "!**/*.spec.ts"
  ],
  "devDependencies": {
    "@biomejs/biome": "^2.4.7",
    "@eslint/compat": "^2.0.3",
    "@feedic/eslint-config": "^0.3.1",
    "@types/he": "^1.2.3",
    "@types/node": "^25.5.0",
    "eslint": "^10.0.3",
    "eslint-config-biome": "^2.1.3",
    "globals": "^17.4.0",
    "he": "^1.2.0",
    "html-entities": "^2.6.0",
    "parse-entities": "^4.0.2",
    "tinybench": "^6.0.0",
    "tsx": "^4.21.0",
    "typedoc": "^0.28.17",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.1",
    "vitest": "^4.0.17"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}