Files
hexo-deployer-s3-plus/package.json
2025-07-19 13:48:43 +08:00

45 lines
1.1 KiB
JSON

{
"name": "hexo-deployer-s3",
"version": "1.0.0",
"description": "Amazon S3 deployer plugin for Hexo",
"main": "index",
"keywords": [
"hexo",
"s3",
"aws",
"deployer"
],
"author": "Nicholas Terwoord <nicholas.terwoord+code@gmail.com>",
"contributors": [
{
"name": "Josh Strange",
"email": "josh@joshstrange.com"
},
{
"name": "Jack Guy",
"email": "jack@thatguyjackguy.com"
},
{
"name": "Josenivaldo Benito Jr.",
"email": "jrbenito@benito.qsl.br"
}
],
"repository": {
"type": "git",
"url": "http://github.com/nt3rp/hexo-deployer-s3.git"
},
"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"
}
}