nestjs-opensearch
Version:
OpenSearch module for NestJS framework
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "nestjs-opensearch",
"version": "1.4.1",
"author": "neoatlan",
"license": "MIT",
"description": "OpenSearch module for NestJS framework",
"repository": {
"type": "git",
"url": "https://github.com/neoatlan/nestjs-opensearch.git"
},
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "yarn clean && tsc",
"clean": "rimraf dist",
"test": "yarn build && node scripts/sync-tests && yarn workspaces foreach --all -v --include 'test-*' run test"
},
"keywords": [
"opensearch",
"elasticsearch",
"nestjs",
"nest",
"typescript",
"nodejs",
"node"
],
"workspaces": [
"test/*"
],
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@opensearch-project/opensearch": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@nestjs/common": "^11.0.9",
"@opensearch-project/opensearch": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"typescript": "^5.7.3"
}
}