ajinkya-cli
Version:
a cli tool just to introduce Ajinkya.
29 lines (28 loc) • 615 B
JSON
{
"name": "ajinkya-cli",
"description": "a cli tool just to introduce Ajinkya.",
"repository": {
"url": "github.com/steelx/ajinkya"
},
"keywords": [
"ajinkya borade",
"Ajinkya",
"software developer",
"nodejs"
],
"author": {
"name": "Ajinkya Borade",
"email": "me@pm.me",
"url": "https://twitter.com/ajinkyax"
},
"license": "MIT",
"version": "0.0.2",
"bin": {
"ajinkya": "index.js"
},
"type": "module",
"dependencies": {
"cli-welcome": "^2.2.2",
"chalk": "^5.2.0"
}
}