redis-connectorxx/package.json

19 lines
512 B
JSON

{
"name": "boltic-redis-connector",
"version": "1.0.0",
"description": "The Redis connector enables seamless integration with any Redis database, allowing you to perform various operations efficiently.",
"main": "handler.js",
"scripts": {
"start": "node handler.js"
},
"dependencies": {
"ioredis": "^5.4.1",
"tunnel-ssh": "^5.1.2"
},
"engines": {
"node": ">=16.0.0"
},
"author": "Your Name",
"license": "MIT",
"type": "module"
}