site-ftp
Version:
Upload project file to FTP site. 上传项目文件到FTP站点。
43 lines (42 loc) • 1.17 kB
JSON
{
"name": "site-ftp",
"version": "1.3.0",
"description": "Upload project file to FTP site. 上传项目文件到FTP站点。",
"type": "UMD",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"taobao-registry": "npm config set registry http://registry.npm.taobao.org",
"public-registry": "npm config set registry https://registry.npmjs.org",
"release": "npm run public-registry && npm run build && npm publish --access public && npm run taobao-registry"
},
"bin": "bin/bin.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:wangzhiguoengineer/site-ftp.git"
},
"keywords": [
"from-to-ftp",
"site-ftp",
"site",
"ftp",
"node-ftp",
"easy-ftp"
],
"author": "wangzhiguo.engineer@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangzhiguoengineer/site-ftp/issues"
},
"homepage": "https://github.com/wangzhiguoengineer/site-ftp#readme",
"dependencies": {
"commander": "^4.1.1",
"easy-ftp": "^0.4.1",
"ora": "^4.0.3",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/node": "^13.9.0"
}
}