{
  "name": "hunspell-reader",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "version": "10.0.0",
  "description": "A library for reading Hunspell Dictionary Files",
  "bin": "bin.js",
  "type": "module",
  "sideEffects": false,
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "bin.js",
    "!**/*.tsbuildInfo",
    "!**/*.map",
    "!**/*.test.*"
  ],
  "scripts": {
    "test-unit": "vitest run",
    "test-spelling": "cspell \"src/**/*.ts\" \"*.md\"",
    "smoke-test": "./bin.js words ./dictionaries/nl -n 100",
    "test": "pnpm run test-unit",
    "build": "tsc -p .",
    "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
    "coverage": "vitest run --coverage",
    "watch": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell.git",
    "directory": "packages/hunspell-reader"
  },
  "keywords": [
    "Hunspell"
  ],
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/hunspell-reader#readme",
  "dependencies": {
    "@cspell/cspell-pipe": "^10.0.0",
    "@cspell/cspell-types": "^10.0.0",
    "commander": "^14.0.3",
    "gensequence": "^8.0.8",
    "html-entities": "^2.6.0",
    "iconv-lite": "^0.7.2"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "gitHead": "6ddfd576b6bb554a7cb8dba1ab053a0b6ff8021f"
}
