{
  "name": "@umi-block/upload-preview-file",
  "version": "1.0.0",
  "description": "自定义本地预览，用于处理非图片格式文件（例如视频文件）。",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "start-c": "node src/index.js -c",
    "dev": "umi dev",
    "test": "jest --config .jest.js --no-cache"
  },
  "license": "MIT",
  "dependencies": { "@ant-design/icons": "^4.0.2", "antd": "^4.0.0" }
}
