@hammerhq/cli-tool
Version:
✨ A simple CLI commander system
52 lines (51 loc) • 936 B
JSON
{
"name": "@hammerhq/cli-tool",
"version": "2.3.0",
"description": "✨ A simple CLI commander system",
"main": "dist",
"typings": "dist",
"repository": {
"type": "git",
"url": "https://github.com/TheHammerHQ/hammer"
},
"author": {
"email": "hi@338.rocks",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"license": "GPL-3.0",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"hammer",
"cli",
"commander",
"cli-commander",
"command-line-interface",
"command-line",
"args",
"arg",
"argument",
"parser",
"parse",
"argv",
"parsing",
"argument-parser",
"arguments",
"argv-parser"
],
"dependencies": {
"@hammerhq/hargs": "^2.3.0",
"colors": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
}
}