mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:26:41 +00:00
249dff16d3
* feat: improve code * chore: update version * feat: api service * fix: api services * feat: improve code * feat: improve code * feat: improve code * feat: pm socket * fix: test errors * feat: add built-in plugins before upgrade * feat: update docs * feat: improve code * fix: after load
27 lines
582 B
JSON
27 lines
582 B
JSON
{
|
|
"name": "@nocobase/cache",
|
|
"version": "0.8.0-alpha.1",
|
|
"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"
|
|
}
|
|
}
|