cli-training
Version:
get to know amir with `npx amir`
31 lines (30 loc) • 661 B
JSON
{
"name": "cli-training",
"version": "4.0.0",
"type": "module",
"description": "get to know amir with `npx amir`",
"bin": {
"amir": "index.bat"
},
"dependencies": {
"chalk": "^5.4.1",
"cli-check-node": "^1.3.4",
"cli-handle-unhandled": "^1.1.2",
"cli-welcome": "^3.0.1",
"log-symbols": "^7.0.0",
"meow": "^13.2.0",
"mycustom-cli-alerts": "^2.0.1"
},
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/HumaneLogic/cli-training",
"author": {
"name": "amir",
"email": "forgodforlogic@gmail.com",
"url": "https://twitter.com/"
},
"keywords": [
"amir",
"cli"
]
}