elastic-aggs
Version:
Typescript definitions for type-safe Elasticsearch aggregations
30 lines (29 loc) • 749 B
JSON
{
"name": "elastic-aggs",
"version": "7.0.0-prerelease-3",
"description": "Typescript definitions for type-safe Elasticsearch aggregations",
"types": "typed-aggregations.ts",
"scripts": {
"test": "echo \"Coming soon...\" && exit 1"
},
"keywords": [
"Typescript",
"types",
"Elasticsearch",
"aggregations"
],
"author": "MatAtBread",
"license": "MIT",
"files": [ "typed-aggregations.ts" ],
"peerDependencies": {
"@elastic/elasticsearch": "^7.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatAtBread/elastic-aggs.git"
},
"bugs": {
"url": "https://github.com/MatAtBread/elastic-aggs/issues"
},
"homepage": "https://github.com/MatAtBread/elastic-aggs#readme"
}