hexo/node_modules/hexo-deployer-sftp/package.json

29 lines
579 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"name": "hexo-deployer-sftp",
"version": "0.4.1",
"description": "SFTP deployer for Hexo",
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/lucascaro/hexo-deployer-sftp.git"
},
"bugs": {
"url": "https://github.com/lucascaro/hexo-deployer-sftp/issues"
},
"keywords": [
"hexo",
"sftp",
"sync",
"deploy",
"deployer"
],
"author": "Lucas Caro <lucascaro@gmail.com>",
"license": "MIT",
"dependencies": {
"sftp-sync-deploy": "^0.8.0"
},
"devDependencies": {
"@types/hexo": "^3.8.3"
}
}