diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-04-10 19:17:47 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-04-10 19:17:47 +0300 |
| commit | f6682b3a1d90ae4f0b86edebb28ebb17a811b57a (patch) | |
| tree | fada5ca63432aff43e04511e2878ca0704af4349 /package.json | |
| parent | 54048a674e89fb90deb9766433c1dc01c8924c5b (diff) | |
| download | oseine-f6682b3a1d90ae4f0b86edebb28ebb17a811b57a.tar.gz oseine-f6682b3a1d90ae4f0b86edebb28ebb17a811b57a.tar.bz2 oseine-f6682b3a1d90ae4f0b86edebb28ebb17a811b57a.zip | |
compare supplamentary search core implementations (for vs find, etc)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index ef9e0c5..2b131cb 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "dependencies": { "koa": "^2.15.2", "koa-body": "^6.0.1", - "koa-router": "^12.0.1" + "koa-router": "^12.0.1", + "microtime": "^3.1.1", + "request": "^2.88.2" } } |
