mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:26:47 +00:00
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"name": "@nocobase/cache",
|
|
"version": "0.20.0-alpha.3",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"bloom-filters": "^3.0.1",
|
|
"cache-manager": "^5.2.4",
|
|
"cache-manager-redis-yet": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"redis": "^4.6.10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/cache"
|
|
},
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
|
}
|