@prana-w/btw
Version:
btw_cli (btw: by-the-W) is a simple and powerful Command Line Interface (CLI) designed to help you perform various useful tasks directly from your terminal.
53 lines (52 loc) • 1.44 kB
JSON
{
"name": "@prana-w/btw",
"version": "1.2.2",
"description": "btw_cli (btw: by-the-W) is a simple and powerful Command Line Interface (CLI) designed to help you perform various useful tasks directly from your terminal.",
"keywords": [
"cli",
"tool",
"terminal",
"productivity",
"command-line-interface",
"by-the-w",
"btw",
"nit-jsr"
],
"homepage": "https://github.com/prana-W/btw_cli#readme",
"bugs": {
"url": "https://github.com/prana-W/btw_cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prana-W/btw_cli.git"
},
"license": "MIT",
"author": "Pranaw Kumar",
"type": "module",
"main": "bin/index.js",
"scripts": {
"setup": "npm install && chmod +x bin/index.js && npm link",
"format": "npx prettier --write ."
},
"bin": {
"btw": "./bin/index.js"
},
"dependencies": {
"chalk": "^5.4.1",
"cli-table3": "^0.6.5",
"commander": "^14.0.0",
"conf": "^14.0.0",
"dayjs": "^1.11.13",
"dotenv": "^17.2.0",
"enquirer": "^2.4.1",
"figlet": "^1.8.2",
"gradient-string": "^3.0.0",
"open": "^10.1.2",
"ora": "^8.2.0",
"puppeteer": "^24.12.1",
"update-notifier": "^7.3.1"
},
"devDependencies": {
"prettier": "^3.6.2"
}
}