2022-10-10 07:37:47 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/cache",
|
2023-06-20 03:51:16 +00:00
|
|
|
"version": "0.10.0-alpha.2",
|
2022-10-10 07:37:47 +00:00
|
|
|
"description": "",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
|
|
|
"cache-manager": "^4.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/cache-manager": "^4.0.2",
|
|
|
|
"cache-manager-fs-hash": "^1.0.0"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/cache"
|
2022-11-04 13:23:02 +00:00
|
|
|
},
|
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2022-10-10 07:37:47 +00:00
|
|
|
}
|