UNPKG

rss-cache

Version:

A synchronous node cache package based on redis sub & pub

28 lines (27 loc) 603 B
{ "name": "rss-cache", "version": "0.1.3", "description": "A synchronous node cache package based on redis sub & pub", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": "https://github.com/bestv2/node-rss-cache.git", "author": "wind.wang", "keywords": [ "nodecache", "rss", "cache" ], "dependencies": { "uuid": "^3.3.3" }, "license": "ISC", "devDependencies": { "typescript": "^3.7.2", "ioredis": "^4.14.1", "ts-node": "^8.4.1" } }