@jbagatta/johnny-cache
Version:
A robust distributed dictionary for coordinating and caching expensive operations in a distributed environment
43 lines (42 loc) • 994 B
JSON
{
"name": "@jbagatta/johnny-cache",
"version": "1.1.0",
"description": "A robust distributed dictionary for coordinating and caching expensive operations in a distributed environment",
"author": "John Bagatta",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"scripts": {
"clean": "rm -r ./build",
"build": "tsc -b",
"test": "jest --silent ./tests/e2e/*"
},
"dependencies": {
"@jbagatta/johnny-locke": "^0.5.0",
"ioredis": "^5.6.1",
"nats": "^2.16.0",
"node-cache": "^5.1.2"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.11.24",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"johnny-cache",
"johnny-locke",
"nats",
"jetstream",
"redis",
"distributed-cache"
]
}