UNPKG

@travetto/model-elasticsearch

Version:

Elasticsearch backing for the travetto model module, with real-time modeling support for Elasticsearch mappings.

51 lines (50 loc) 1.15 kB
{ "name": "@travetto/model-elasticsearch", "version": "7.1.4", "type": "module", "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": "^9.2.0", "@travetto/config": "^7.1.4", "@travetto/model": "^7.1.4", "@travetto/model-query": "^7.1.4" }, "peerDependencies": { "@travetto/cli": "^7.1.4" }, "peerDependenciesMeta": { "@travetto/cli": { "optional": true } }, "travetto": { "displayName": "Elasticsearch Model Source" }, "publishConfig": { "access": "public" } }