@biorate/opensearch
Version:
OpenSearch OOP static interface
37 lines (36 loc) • 1 kB
JSON
{
"name": "@biorate/opensearch",
"version": "1.120.0",
"description": "OpenSearch OOP static interface",
"main": "dist",
"scripts": {
"build": "npx tsc -p ./tsconfig.build.json --outDir ./dist",
"test": "npx nyc --reporter=lcov --reporter=text-summary -- npx mocha -r ts-node/register tests/**/*.spec.ts",
"prepublishOnly": "pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biorate/core.git",
"directory": "packages/@biorate/opensearch"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://biorate.github.io/core",
"keywords": [
"Elastic",
"OpenSearch"
],
"author": "llevkin",
"license": "MIT",
"dependencies": {
"@biorate/connector": "1.120.0",
"@biorate/errors": "1.102.0",
"@opensearch-project/opensearch": "2.10.0"
},
"devDependencies": {
"@biorate/config": "1.120.0",
"@biorate/inversion": "1.120.0"
},
"gitHead": "d123b545b86e1a03e0b7bd198b9d12af47e9f015"
}