@gdksoftware/elasticsearch
Version:
ElasticSearch wrapper
34 lines (33 loc) • 926 B
JSON
{
"name": "@gdksoftware/elasticsearch",
"version": "1.1.0",
"description": "ElasticSearch wrapper",
"main": "./dist/elasticsearch.js",
"types": "./dist/elasticsearch.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish-patch": "tsc && npm version patch && npm publish",
"publish-minor": "tsc && npm version minor && npm publish",
"publish-major": "tsc && npm version major && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/GDK/npm-elasticsearch.git"
},
"keywords": [
"elasticsearch",
"AWS",
"GDK",
"Software"
],
"author": "GDK Software",
"license": "ISC",
"homepage": "https://bitbucket.org/GDK/npm-elasticsearch#readme",
"dependencies": {
"@types/node": "^9.6.1",
"aws-sdk": "^2.219.1",
"elasticsearch": "^14.2.2",
"http-aws-es": "^4.0.0",
"typescript": "2.7.2"
}
}