You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/elastic/package.json

12 lines
299 B
JSON

{
"name": "@hydrooj/elastic-search",
"version": "1.1.0",
"main": "index.ts",
"repository": "https://github.com/hydro-dev/Hydro",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
"dependencies": {
2 years ago
"@elastic/elasticsearch": "^8.5.0"
}
}