2024-07-22 13:47:41 +08:00
|
|
|
{
|
|
|
|
"name": "@tachybase/plugin-share",
|
|
|
|
"displayName": "Share Externally",
|
2024-09-11 13:32:18 +08:00
|
|
|
"version": "0.21.89",
|
2024-07-22 13:47:41 +08:00
|
|
|
"description": "Share pages with external users.",
|
|
|
|
"keywords": [
|
|
|
|
"Users & permissions"
|
|
|
|
],
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/auth": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
|
|
|
},
|
|
|
|
"description.zh-CN": "与外部用户分享页面。",
|
|
|
|
"displayName.zh-CN": "对外分享"
|
|
|
|
}
|