aiflowy-ui-admin/packages/effects/access/package.json

30 lines
693 B
JSON

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