aws-opensearch-connection
Version:
AWS Opensearch connection for the @opensearch-project/opensearch ES client
59 lines (58 loc) • 1.46 kB
JSON
{
"name": "aws-opensearch-connection",
"private": false,
"version": "3.0.0",
"description": "AWS Opensearch connection for the @opensearch-project/opensearch ES client",
"keywords": [
"aws",
"opensearch",
"es",
"@opensearch-project/opensearch-project",
"connection",
"signing",
"elastic",
"search"
],
"homepage": "https://github.com/erpox/acuris-aws-es-connection#readme",
"repository": {
"repository": "git",
"url": "https://github.com/erpox/acuris-aws-es-connection.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "jest --bail",
"lint": "eslint src/**/*.ts"
},
"author": "Acuris",
"license": "MIT",
"peerDependencies": {
"@elastic/elasticsearch": ">=5.6.16",
"aws-sdk": ">=2"
},
"devDependencies": {
"@opensearch-project/opensearch": "^1.0.0",
"@elastic/elasticsearch": "^7.13.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"@typescript-eslint/parser": "^4.28.3",
"aws-sdk": "^2.500.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5",
"winston": "^3.3.3"
},
"dependencies": {
"aws4": "^1.11.0"
}
}