UNPKG

@biorate/opensearch

Version:

OpenSearch OOP static interface

37 lines (36 loc) 1 kB
{ "name": "@biorate/opensearch", "version": "1.156.2", "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.156.2", "@biorate/errors": "1.102.0", "@opensearch-project/opensearch": "2.10.0" }, "devDependencies": { "@biorate/config": "1.156.2", "@biorate/inversion": "1.156.2" }, "gitHead": "99dfa1b6591c67b664f91d54f3ff5a5918fdeb3d" }