tachybase_todo/packages/core/acl/package.json
sealday 99b79d87ad chore(version): release v0.21.18 (#784)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#784
2024-04-20 07:02:22 +08:00

24 lines
537 B
JSON

{
"name": "@nocobase/acl",
"version": "0.21.18",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/acl"
},
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/resourcer": "workspace:*",
"@nocobase/utils": "workspace:*",
"koa-compose": "^4.1.0",
"lodash": "4.17.21",
"minimatch": "^5.1.1"
},
"devDependencies": {
"@types/lodash": "4.17.0"
}
}