UNPKG

@winner-fed/deploy-cli

Version:

CLI tool for deploy.

46 lines 908 B
{ "name": "@winner-fed/deploy-cli", "version": "1.0.0", "description": "CLI tool for deploy.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "deploy-cli": "bin/deploy.js" }, "files": [ "dist", "bin" ], "keywords": [ "depoly", "deploy-cli", "ftp", "see" ], "dependencies": { "cac": "^6.7.12", "colorette": "^2.0.19", "chokidar": "^3.5.3", "fs-extra": "^10.1.0", "strip-json-comments": "3.1.1", "jiti": "^1.21.0", "joycon": "^3.0.1", "deepmerge": "^4.2.2", "@winner-fed/winner-deploy": "^4.3.4", "@winner-fed/ftp-deploy": "^4.0.11" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "tslib": "^2.4.0", "tsup": "^8.5.0" }, "engines": { "node": ">=14" }, "license": "ISC", "scripts": { "dev": "tsup --watch", "build": "tsup", "typecheck": "tsc --noEmit" } }