UNPKG

taptap-cli

Version:

A simple and powerful CLI tool to deploy static HTML/CSS/JS projects directly from your terminal.

56 lines (55 loc) 1.32 kB
{ "name": "taptap-cli", "version": "3.4.3", "bin": { "taptap": "./bin/liveserve.js" }, "pkg": { "scripts": "bin/liveserve.js", "assets": [ "bin/**/*" ], "targets": [ "node18-linux-x64", "node18-win-x64", "node18-macos-x64" ], "outputPath": "dist" }, "description": "A simple and powerful CLI tool to deploy static HTML/CSS/JS projects directly from your terminal.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/anuragco/Taptap-lightning-fast-command-line-tool-for-Deployment.git" }, "keywords": [ "cli", "deploy", "html", "static-site", "live-server", "upload", "liveserve", "anurag" ], "author": "Anurag Anand <aws.anu.co@gmail.com> (LPU, Punjab)", "license": "CC-BY-NC-ND-4.0", "dependencies": { "adm-zip": "^0.5.16", "archiver": "^7.0.1", "axios": "^1.10.0", "chalk": "^4.1.2", "express": "^5.1.0", "form-data": "^4.0.3", "fs-extra": "^11.3.0", "inquirer": "^8.2.6", "open": "^8.4.0", "ora": "^5.4.1", "semver": "^7.7.2", "update-notifier": "^7.3.1", "uuid": "^11.1.0" } }