@appolo/cache
Version:
appolo cache module
44 lines (43 loc) • 929 B
JSON
{
"name": "@appolo/cache",
"version": "8.0.3",
"description": "appolo cache module",
"publishConfig": {
"access": "public"
},
"keywords": [
"appolo",
"cache"
],
"main": "index.js",
"dependencies": {
"@appolo/engine": "^8.0.5",
"@appolo/logger": "^8.0.4",
"@appolo/redis": "^8.0.0",
"@appolo/utils": "^8.0.7",
"appolo-cache": "^8.0.0"
},
"scripts": {
"test": "mocha test --exit"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/shmoop207/appolo-module-cache.git"
},
"author": {
"name": "roman svichar"
},
"license": "MIT"
}