UNPKG

hunspell-reader

Version:
57 lines (56 loc) 1.49 kB
{ "name": "hunspell-reader", "version": "6.31.0", "description": "A library for reading Hunspell Dictionary Files", "bin": "bin.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "bin.js", "!**/*.tsbuildInfo", "!**/*.map", "!**/*.test.*" ], "scripts": { "test-unit": "jest", "test-spelling": "cspell \"src/**/*.ts\" \"*.md\"", "smoke-test": "../bin.js words ./dictionaries/nl -n 100", "test": "pnpm run test-unit", "build": "tsc -p .", "lint": "prettier -w \"**/*.{md,yaml,yml,json,ts}\"", "clean": "shx rm -rf dist coverage .tsbuildinfo", "coverage": "jest --coverage", "watch": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell.git" }, "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", "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.0.5", "typescript": "^4.9.5" }, "dependencies": { "@cspell/cspell-pipe": "^6.31.0", "@cspell/cspell-types": "^6.31.0", "commander": "^10.0.0", "gensequence": "^5.0.2", "iconv-lite": "^0.6.3" }, "engines": { "node": ">=14" }, "gitHead": "1c0c3eb875bc1aab334bd56d952c0d0964468b7a" }