@travetto/model-elasticsearch
Version:
Elasticsearch backing for the travetto model module, with real-time modeling support for Elasticsearch mappings.
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "@travetto/model-elasticsearch",
"version": "6.0.0",
"description": "Elasticsearch backing for the travetto model module, with real-time modeling support for Elasticsearch mappings.",
"keywords": [
"elasticsearch",
"data-modeling",
"real-time",
"model",
"travetto",
"typescript"
],
"homepage": "https://travetto.io",
"license": "MIT",
"author": {
"email": "travetto.framework@gmail.com",
"name": "Travetto Framework"
},
"files": [
"__index__.ts",
"support",
"src"
],
"main": "__index__.ts",
"repository": {
"url": "https://github.com/travetto/travetto.git",
"directory": "module/model-elasticsearch"
},
"dependencies": {
"@elastic/elasticsearch": "^8.18.1",
"@travetto/cli": "^6.0.0",
"@travetto/config": "^6.0.0",
"@travetto/model": "^6.0.0",
"@travetto/model-query": "^6.0.0"
},
"travetto": {
"displayName": "Elasticsearch Model Source"
},
"publishConfig": {
"access": "public"
}
}