40 lines
1.0 KiB
JSON
40 lines
1.0 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": "tianjincai <tianjincai@hotmail.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "tianjincai",
|
|
"email": "tianjincai@hotmail.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JackTJC/hexo-deployer-s3-plus.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JackTJC/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"
|
|
}
|
|
} |