hunspell-reader
Version:
A library for reading Hunspell Dictionary Files
63 lines (62 loc) • 1.57 kB
JSON
{
"name": "hunspell-reader",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "9.2.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": "^9.2.0",
"@cspell/cspell-types": "^9.2.0",
"commander": "^14.0.0",
"gensequence": "^7.0.0",
"html-entities": "^2.6.0",
"iconv-lite": "^0.6.3"
},
"engines": {
"node": ">=20"
},
"gitHead": "6004e6a19e11985bc61e6578846195be07365049"
}