cmpstr-cli
Version:
Simple CLI wrapper for the CmpStr package to normalize and compare strings directly via terminal
55 lines (54 loc) • 1.54 kB
JSON
{
"name": "cmpstr-cli",
"description": "Simple CLI wrapper for the CmpStr package to normalize and compare strings directly via terminal",
"author": {
"name": "komed3 (Paul Köhler)",
"email": "webmaster@komed3.de",
"url": "https://komed3.de"
},
"homepage": "https://github.com/komed3/cmpstr-cli",
"version": "1.1.2",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"bin": {
"cmpstr": "./dist/index.js"
},
"files": [
"dist",
"default.yml",
"README.md",
"LICENSE"
],
"dependencies": {
"chalk": "^5.4.1",
"cmpstr": "^3.0.2",
"commander": "^14.0.0",
"strip-ansi": "^7.1.0",
"yaml": "^2.8.0"
},
"devDependencies": {
"@types/node": "^24.0.15",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"cli-tool", "cli-wrapper", "string-similarity", "string-comparison",
"phonetic-search", "levenshtein-distance", "damerau-levenshtein",
"jaro-winkler", "cosine-similarity", "dice-coefficient", "jaccard-index",
"hamming-distance", "longest-common-subsequence", "needleman-wunsch",
"smith-waterman", "q-gram", "similarity-matrix", "batch-operations",
"normalization", "asynchronous", "text-processing", "fuzzy-matching",
"string-matching", "text-similarity", "diff", "diffing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/komed3/cmpstr-cli.git"
},
"bugs": {
"url": "https://github.com/komed3/cmpstr-cli/issues"
}
}