tachybase_todo/packages/core/acl/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

20 lines
439 B
JSON

{
"name": "@tachybase/acl",
"version": "0.21.40",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@tachybase/resourcer": "workspace:*",
"@tachybase/utils": "workspace:*",
"koa-compose": "^4.1.0",
"lodash": "4.17.21",
"minimatch": "^5.1.1"
},
"devDependencies": {
"@types/lodash": "4.17.0",
"@types/node": "^20.12.12"
}
}