@type-cacheable/node-cache-adapter
Version:
Adapter for using node-cache with type-cacheable
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "@type-cacheable/node-cache-adapter",
"version": "14.1.0",
"description": "Adapter for using node-cache with type-cacheable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf ./dist",
"start": "node ./dist/index.js",
"test": "jest --coverage --runInBand",
"test:watch": "jest --watch --runInBand",
"build": "npm run clean && tsc -p ./tsconfig.json",
"prepare": "npm run-script build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuaslate/type-cacheable.git"
},
"keywords": [
"cache",
"typescript",
"node-cache"
],
"author": {
"name": "Joshua Slate",
"url": "https://joshuaslate.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuaslate/type-cacheable/issues"
},
"homepage": "https://github.com/joshuaslate/type-cacheable#readme",
"devDependencies": {
"@type-cacheable/core": "^14.1.0",
"node-cache": "^5.1.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@type-cacheable/core": ">=14.0.0 < 15.0.0",
"node-cache": ">=5.0.0 < 6.0.0"
},
"gitHead": "525af89e742244539108a7e744a33725a60b04d4"
}