mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:26:36 +00:00
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"name": "@nocobase/acl",
|
|
"version": "0.21.0-alpha.1",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/resourcer": "0.21.0-alpha.1",
|
|
"@nocobase/utils": "0.21.0-alpha.1",
|
|
"minimatch": "^5.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/acl"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|