28 lines
683 B
JSON
28 lines
683 B
JSON
{
|
|
"name": "@pushrocks/smartfuzzy",
|
|
"version": "1.1.2",
|
|
"private": false,
|
|
"description": "fuzzy match strings against word dictionaries/arrays",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"format": "(gitzone format)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.27",
|
|
"@gitzone/tstest": "^1.0.57",
|
|
"@pushrocks/tapbundle": "^3.2.14",
|
|
"@types/node": "^10.7.1"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartpromise": "^3.1.6",
|
|
"@tsclass/tsclass": "^3.0.33",
|
|
"fuse.js": "^6.4.6",
|
|
"leven": "^3.1.0"
|
|
}
|
|
}
|