hexo-deployer-tencent
Version:
A Hexo deployer plugin for uploading files to Tencent COS and refreshing CDN/EdgeOne. | 一个用于将文件上传到腾讯 COS 和刷新 CDN/EdgeOne 的 Hexo 部署器插件。
26 lines • 851 B
JSON
{
"name": "hexo-deployer-tencent",
"version": "1.1.2",
"description": "A Hexo deployer plugin for uploading files to Tencent COS and refreshing CDN/EdgeOne. | 一个用于将文件上传到腾讯 COS 和刷新 CDN/EdgeOne 的 Hexo 部署器插件。",
"main": "index.js",
"author": "inkss",
"homepage": "https://github.com/inkss/hexo-deployer-tencent/",
"keywords": ["hexo", "deployer", "tencent-cos", "cdn", "edgeone", "hexo-plugin"],
"license": "MIT",
"dependencies": {
"cos-nodejs-sdk-v5": "^2.15.1",
"tencentcloud-sdk-nodejs-common": "^4.1.66",
"p-limit": "^6.2.0",
"retry": "^0.13.1"
},
"peerDependencies": {
"hexo": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inkss/hexo-deployer-tencent.git"
},
"scripts": {
"debug": "node lib/debug_deployer.js"
}
}