diff options
| author | Fuwn <[email protected]> | 2024-01-08 22:10:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-08 22:48:23 -0800 |
| commit | 20601f70b2156e35767c1f3e2a466ae6c939ce28 (patch) | |
| tree | b0298fb9fb35557e951458509d4cdeb721425fe8 /package.json | |
| parent | fix(user): remove apostrophe (diff) | |
| download | due.moe-20601f70b2156e35767c1f3e2a466ae6c939ce28.tar.xz due.moe-20601f70b2156e35767c1f3e2a466ae6c939ce28.zip | |
feat(match): better schedule match algorithm
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 57f8e9b4..73b159a3 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "@sveltejs/kit": "^1.20.4", "@types/fast-levenshtein": "^0.0.4", "@types/jsdom": "^21.1.6", + "@types/string-similarity": "^4.0.2", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "eslint": "^8.28.0", @@ -40,6 +41,7 @@ "lz-string": "^1.5.0", "modern-screenshot": "^4.4.33", "rss-parser": "^3.13.0", + "string-similarity": "^4.0.4", "wanakana": "^5.3.1" } } |