smartfuzzy/package.json

28 lines
683 B
JSON
Raw Normal View History

2018-08-19 13:17:59 +00:00
{
2018-08-19 13:40:17 +00:00
"name": "@pushrocks/smartfuzzy",
2018-08-19 22:49:01 +00:00
"version": "1.1.1",
2018-08-19 13:17:59 +00:00
"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": {
2021-10-03 15:12:02 +00:00
"@gitzone/tsbuild": "^2.1.27",
"@gitzone/tstest": "^1.0.57",
"@pushrocks/tapbundle": "^3.2.14",
2018-08-19 13:17:59 +00:00
"@types/node": "^10.7.1"
},
"dependencies": {
2021-10-03 15:12:02 +00:00
"@pushrocks/smartpromise": "^3.1.6",
"@tsclass/tsclass": "^3.0.33",
"fuse.js": "^6.4.6",
"leven": "^3.1.0"
2018-08-19 13:17:59 +00:00
}
2018-08-19 13:18:00 +00:00
}