nocobase/packages/plugins/acl/package.json
2023-07-07 06:56:04 +08:00

24 lines
767 B
JSON

{
"name": "@nocobase/plugin-acl",
"displayName": "ACL",
"displayName.zh-CN": "权限控制",
"description": "A simple access control based on roles, resources and actions",
"description.zh-CN": "基于角色、资源和操作的权限控制。",
"version": "0.10.1-alpha.1",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/acl": "0.10.1-alpha.1",
"@nocobase/database": "0.10.1-alpha.1",
"@nocobase/plugin-users": "0.10.1-alpha.1",
"@nocobase/server": "0.10.1-alpha.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/plugins/acl"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}