mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:16:15 +00:00
27 lines
582 B
JSON
27 lines
582 B
JSON
|
{
|
||
|
"name": "@nocobase/cache",
|
||
|
"version": "0.7.4-alpha.7",
|
||
|
"description": "",
|
||
|
"license": "Apache-2.0",
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "Apache-2.0",
|
||
|
"url": "http://www.apache.org/licenses/LICENSE-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"
|
||
|
}
|
||
|
}
|