{
  "name": "@nocobase/plugin-action-print",
  "displayName": "Action: Print",
  "version": "0.21.21",
  "description": "Calls the browser's print function to print a record.",
  "keywords": [
    "Actions"
  ],
  "homepage": "https://docs.nocobase.com/handbook/action-print",
  "license": "AGPL-3.0",
  "main": "dist/server/index.js",
  "devDependencies": {
    "react-to-print": "^2.14.7"
  },
  "peerDependencies": {
    "@nocobase/client": "workspace:*",
    "@nocobase/server": "workspace:*",
    "@nocobase/test": "workspace:*"
  },
  "description.zh-CN": "调用浏览器的打印功能实现单条数据的打印。",
  "displayName.zh-CN": "操作:打印",
  "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-print"
}