match-detector
Version:
Match strings to "detect subjects"
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "match-detector",
"version": "1.0.0",
"description": "Match strings to \"detect subjects\"",
"main": "dist/index.js",
"repository": "https://github.com/Greensky-gs/match-detector",
"author": "Greensky-gs <72513011+Greensky-gs@users.noreply.github.com>",
"license": "MIT",
"dependencies": {
"@types/string-similarity": "^4.0.0",
"easy-json-database": "^1.5.0",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"prettier": "^2.7.1",
"tsc": "^2.0.4",
"typescript": "^4.9.3"
},
"types": "index.d.ts",
"files": [
"./dist",
"./index.d.ts"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./src/*": "./dist/*",
"./dist/*": "./dist/*"
},
"directories": {
"lib": "src"
},
"keywords": [
"detector",
"matcher",
"subjects"
],
"bugs": {
"url": "https://github.com/Greensky-gs/match-detector/issues"
}
}