UNPKG

hexo-deployer-tencent

Version:

A Hexo deployer plugin for uploading files to Tencent COS and refreshing CDN/EdgeOne. | 一个用于将文件上传到腾讯 COS 和刷新 CDN/EdgeOne 的 Hexo 部署器插件。

34 lines (33 loc) 906 B
{ "name": "hexo-deployer-tencent", "version": "1.2.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.4", "p-limit": "^6.2.0", "tencentcloud-sdk-nodejs-common": "^4.1.220" }, "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", "test": "node --test test/deployer.test.js" } }