2022-12-24 08:29:20 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-iframe-block",
|
2023-05-29 03:06:54 +00: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-05-26 09:05:46 +00:00
|
|
|
|
"version": "0.9.4-alpha.2",
|
2023-01-11 03:58:47 +00:00
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-12-24 08:29:20 +00:00
|
|
|
|
"devDependencies": {
|
2023-05-26 09:05:46 +00:00
|
|
|
|
"@nocobase/server": "0.9.4-alpha.2",
|
|
|
|
|
"@nocobase/test": "0.9.4-alpha.2"
|
2022-12-24 08:29:20 +00:00
|
|
|
|
}
|
|
|
|
|
}
|