rediqless
Version:
A tool to cache graphQL responses by leveraging Redis.
32 lines (31 loc) • 763 B
JSON
{
"name": "rediqless",
"version": "1.1.2",
"description": "A tool to cache graphQL responses by leveraging Redis.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/rediQLess.git"
},
"keywords": [
"graphQL",
"Redis",
"rediqless",
"caching",
"cache",
"granular"
],
"author": "Eric Saldivar, Travis Woolston, Charlie Malave, Ian Judd",
"license": "MIT",
"bugs": {
"url": "https://github.com/oslabs-beta/rediQLess/issues"
},
"homepage": "https://github.com/oslabs-beta/rediQLess#readme",
"devDependencies": {
"graphql": "^15.6.1",
"graphql-request": "^3.5.0"
}
}