UNPKG

node-ts-cache

Version:

Simple and extensible caching module supporting decorators

58 lines (57 loc) 1.5 kB
{ "name": "node-ts-cache", "description": "Simple and extensible caching module supporting decorators", "version": "4.4.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig-build.json", "prepublishOnly": "npm run build", "prepare": "npm run build", "clean": "git clean -fdx src test", "ts-dev": "tsc -p . -w" }, "repository": { "type": "git", "url": "git+https://github.com/havsar/node-ts-cache.git" }, "keywords": [ "node", "nodejs", "cache", "typescript", "ts", "caching", "memcache", "memory-cache", "redis-cache", "redis", "cache", "file-cache", "node-cache", "ts-cache" ], "author": "Himmet Avsar <avsar.himmet1@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/havsar/node-ts-cache/issues" }, "homepage": "https://github.com/havsar/node-ts-cache#readme", "dependencies": { "bluebird": "3.7.2", "debug": "^4.3.2", "redis": "^3.1.2" }, "devDependencies": { "@types/bluebird": "3.5.36", "@types/debug": "^4.1.7", "@types/node": "14.17.21", "@types/redis": "^2.8.32", "ts-node": "10.2.1", "typescript": "4.4.3" }, "gitHead": "d51ecfe639b42c46fbdc099bc44df3a225cb23cd" }