build-deploy-tools
Version:
构建部署工具包 - 支持文件复制、SVN操作、系统通知确认等功能,具有科技感进度条和现代化UI
65 lines • 1.48 kB
JSON
{
"name": "build-deploy-tools",
"version": "1.6.0",
"description": "构建部署工具包 - 支持文件复制、SVN操作、系统通知确认等功能,具有科技感进度条和现代化UI",
"main": "index.js",
"bin": {
"build-copy": "bin/build-copy.js",
"test-notification": "bin/test-notification.js"
},
"scripts": {
"test": "node bin/test-notification.js",
"build-copy": "node bin/build-copy.js",
"test-progress": "node test-modern-progress.js"
},
"keywords": [
"build",
"deploy",
"copy",
"svn",
"notification",
"automation",
"progress-bar",
"cli",
"modern-ui",
"tech-style",
"工具",
"构建",
"部署",
"进度条",
"科技感"
],
"author": "qingyuai",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.1.1",
"node-notifier": "^10.0.1",
"cli-progress": "^3.12.0",
"ora": "^5.4.1",
"chalk": "^4.1.2",
"gradient-string": "^2.0.2",
"figures": "^3.2.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QINGYUAI/build-deploy-tools.git"
},
"bugs": {
"url": "https://github.com/QINGYUAI/build-deploy-tools/issues"
},
"homepage": "https://github.com/QINGYUAI/build-deploy-tools#readme",
"files": [
"index.js",
"lib/",
"bin/",
"README.md",
"CHANGELOG.md",
"LICENSE",
"example.config.js",
"env.example",
"docs/"
]
}