2022-12-24 16:29:20 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-iframe-block",
|
2023-05-29 11:06:54 +08:00
|
|
|
|
"displayName": "iframe",
|
|
|
|
|
"displayName.zh-CN": "iframe",
|
|
|
|
|
"description": "create and manage IFrame blocks on the page for embedding and displaying external web pages or content.",
|
|
|
|
|
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
|
2023-06-25 14:04:19 +08:00
|
|
|
|
"version": "0.10.0-alpha.3",
|
2023-01-11 11:58:47 +08:00
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-12-24 16:29:20 +08:00
|
|
|
|
"devDependencies": {
|
2023-06-25 14:04:19 +08:00
|
|
|
|
"@nocobase/server": "0.10.0-alpha.3",
|
|
|
|
|
"@nocobase/test": "0.10.0-alpha.3"
|
2022-12-24 16:29:20 +08:00
|
|
|
|
}
|
|
|
|
|
}
|