UNPKG

@tsed-plus/meilisearch-mongoose-indexer

Version:

Extends the Ts.ED framework with the functionality to synchronize Mongoose models with Meilisearch

43 lines (42 loc) 1.04 kB
{ "name": "@tsed-plus/meilisearch-mongoose-indexer", "description": "Extends the Ts.ED framework with the functionality to synchronize Mongoose models with Meilisearch", "keywords": [ "tsed", "ts.ed", "meilisearch", "meili", "search", "mongoose", "mongo", "indexer" ], "version": "1.0.0", "license": "MIT", "author": { "name": "Oliver Christen", "email": "christen@app-logik.de", "url": "https://github.com/ochrstn" }, "repository": { "type": "git", "url": "https://github.com/applogik/tsed-plus", "directory": "libs/meilisearch-mongoose-indexer" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "peerDependencies": { "@tsed/common": "*", "@tsed/core": "*", "@tsed/di": "*", "meilisearch": "*", "@tsed/mongoose": "^6.117.1", "@tsed-plus/meilisearch": "0.0.0-semantic-release", "tslib": "^2.3.0" }, "main": "./src/index.js", "typings": "./src/index.d.ts", "dependencies": {} }