Files
hexo-deployer-s3-plus/package.json
2025-09-11 16:07:03 -07:00

40 lines
1.1 KiB
JSON

{
"name": "hexo-deployer-s3-plus",
"version": "1.0.1",
"description": "A flexible Hexo deployer for AWS S3 and other S3-compatible services like Tebi.io, MinIO, and Cloudflare R2. Updated for Hexo 7.",
"main": "index",
"keywords": [
"hexo",
"s3",
"aws",
"deployer"
],
"author": "Yunxiao Xu <xuyunxiao2001@gmail.com>",
"contributors": [
{
"name": "tianjincai",
"email": "tianjincai@hotmail.com"
}
],
"repository": {
"type": "git",
"url": "git+https://git.yunxiao.xyz/YunxiaoXu/hexo-deployer-s3-plus.git"
},
"bugs": {
"url": "https://git.yunxiao.xyz/YunxiaoXu/hexo-deployer-s3-plus/issues"
},
"license": {
"type": "MIT"
},
"peerDependencies": {
"hexo": "^7.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.509.0",
"@aws-sdk/lib-storage": "^3.509.0",
"chalk": "^5.3.0",
"klaw-sync": "^6.0.0",
"mime-types": "^2.1.35",
"p-limit": "^4.0.0"
}
}