symspell-ex
Version:
Spelling correction & Fuzzy search based on symmetric delete spelling correction algorithm
60 lines (59 loc) • 1.95 kB
JSON
{
"name": "symspell-ex",
"version": "1.1.10",
"description": "Spelling correction & Fuzzy search based on symmetric delete spelling correction algorithm",
"homepage": "https://github.com/m-elbably/symspell-ex#readme",
"repository": "https://github.com/m-elbably/symspell-ex",
"bugs": {
"url": "https://github.com/m-elbably/symspell-ex/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"scripts": {
"husky": "husky install",
"build": "tsc --build",
"release": "standard-version",
"release:major": "npm run release -- --release-as major",
"release:minor": "npm run release -- --release-as minor",
"release:update": "npm run release -- --release-as patch --skip.tag",
"test": "nyc --reporter=html mocha --timeout 60000 -r ts-node/register test/**/*.spec.ts",
"coverage": "nyc --reporter=text-lcov mocha --timeout 60000 -r ts-node/register test/**/*.spec.ts | coveralls"
},
"dependencies": {
"ioredis": "^4.27.3",
"megahash": "^1.0.5"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^12.1.4",
"@types/chai": "^4.2.18",
"@types/ioredis": "^4.26.4",
"@types/mocha": "^8.2.2",
"@types/node": "^15.6.0",
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"husky": "^6.0.0",
"mocha": "^9.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"standard-version": "^9.3.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"keywords": [
"nlp",
"spell",
"spelling",
"symspell",
"correction"
],
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"author": "Mohamed El-Bably (https://github.com/m-elbably)",
"license": "MIT"
}