nocobase/packages/core/acl/package.json

25 lines
576 B
JSON
Raw Normal View History

{
"name": "@nocobase/acl",
"version": "0.7.2-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": {
"@nocobase/resourcer": "0.7.2-alpha.1",
"json-templates": "^4.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/acl"
},
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
}