Files
ai-agent-admin/web/packages/effects/access/package.json
T
2026-06-08 18:14:59 +08:00

30 lines
699 B
JSON

{
"name": "@vben/access",
"version": "5.5.9",
"homepage": "https://github.com/jiangzhikj/zq-platform",
"bugs": "https://github.com/jiangzhikj/zq-platform/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/jiangzhikj/zq-platform.git",
"directory": "packages/effects/permissions"
},
"license": "MIT",
"type": "module",
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
}
},
"dependencies": {
"@vben/preferences": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"vue": "catalog:"
}
}