UNPKG

@biorate/opensearch

Version:

OpenSearch OOP static interface

37 lines (36 loc) 931 B
{ "name": "@biorate/opensearch", "version": "1.158.0", "description": "OpenSearch OOP static interface", "main": "dist/index.js", "scripts": { "build": "npx tsc -p ./tsconfig.build.json --outDir ./dist", "test": "npx vitest run --coverage", "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": "2.1.0", "@biorate/errors": "2.1.0", "@opensearch-project/opensearch": "2.10.0" }, "devDependencies": { "@biorate/config": "2.1.0", "@biorate/inversion": "2.1.0" }, "gitHead": "0126537d1b25654e1216019fb9f25cf248aac213" }