UNPKG

deployment-quickly

Version:
54 lines (53 loc) 1.56 kB
{ "name": "deployment-quickly", "version": "0.0.3", "description": "node实现自动化部署项目至服务器", "keywords":["deployment-quickly","dq","qd","quickly-deployment"], "main": "index.js", "bin": { "dq": "./index.js" }, "scripts": { "pb": "npm config set registry https://registry.npmjs.org && npm publish && npm config set registry https://registry.npm.taobao.org", "tag": "git tag -a v%npm_package_version%", "release": "npm run pb && npm run tag", "lint": "eslint ./ --fix", "prepare": "husky install", "cm": "npx cz" }, "repository": { "type": "git", "url": "https://github.com/left0ver/deployment-quilkly.git" }, "author": { "name": "left0ver", "url":"https://github.com/left0ver" }, "license": "MIT", "bugs": { "url": "https://github.com/left0ver/deployment-quilkly/issues", "email" : "1614674987@qq.com" }, "homepage": "https://github.com/left0ver/deployment-quilkly#readme", "dependencies": { "commander": "^9.2.0", "inquirer": "^8.2.2", "node-ssh": "^12.0.4", "ora": "^6.1.0" }, "devDependencies": { "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.14.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.1.0", "eslint-plugin-promise": "^6.0.0", "husky": "^7.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }