overleaf/libraries/redis-wrapper/package.json

22 lines
554 B
JSON

{
"name": "redis-sharelatex",
"version": "1.0.13",
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
"main": "index.js",
"author": "ShareLaTeX",
"license": "ISC",
"scripts": {
"test": "mocha --require coffee-script/register test.coffee"
},
"dependencies": {
"coffee-script": "1.8.0",
"ioredis": "~4.17.3",
"underscore": "1.7.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"sandboxed-module": "^2.0.4",
"sinon": "^9.2.1"
}
}