node-ts-cache-storage-memory
Version:
Memory storage module for node-ts-cache
51 lines (50 loc) • 1.33 kB
JSON
{
"name": "node-ts-cache-storage-memory",
"description": "Memory storage module for node-ts-cache",
"version": "4.4.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"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",
"devDependencies": {
"@types/node": "14.17.21",
"ts-node": "10.2.1",
"typescript": "4.4.3"
},
"dependencies": {
"debug": "^4.3.2",
"node-ts-cache": "^4.4.0"
},
"gitHead": "d51ecfe639b42c46fbdc099bc44df3a225cb23cd"
}