hexo/node_modules/sftp-sync-deploy/package.json

40 lines
909 B
JSON

{
"name": "sftp-sync-deploy",
"version": "0.8.0",
"description": "Sync local files to remote using SFTP.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && tsc -d",
"prepare": "npm run build"
},
"author": "dobbydog",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dobbydog/sftp-sync-deploy.git"
},
"files": [
"index.js",
"index.d.ts",
"lib/*.js",
"lib/*.d.ts",
"README.md",
"LICENSE"
],
"dependencies": {
"@types/minimatch": "^3.0.3",
"@types/node": "^9.4.1",
"@types/ssh2": "^0.5.33",
"@types/ssh2-streams": "^0.1.2",
"chalk": "^2.3.0",
"minimatch": "^3.0.3",
"queue": "^5.0.0",
"ssh2": "^0.5.4"
},
"devDependencies": {
"typescript": "^2.7.1"
}
}