reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
16 lines (15 loc) • 352 B
JSON
{
"name": "reshuffle-elastic-search-example",
"version": "1.0.0",
"description": "Examples for Elasticsearch Connector",
"main": "elastic.js",
"scripts": {
"start": "node elastic.js"
},
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"reshuffle": "latest"
},
"author": "Christophe Gachiniard",
"license": "ISC"
}