simplisticli
Version:
A simple CLI tool
37 lines (36 loc) • 644 B
JSON
{
"name": "simplisticli",
"version": "1.2.7",
"description": "A simple CLI tool",
"main": "index.js",
"repository": {
"type": "website",
"url": "https://github.com/genZrizzCode/simplistiCLI"
},
"homepage": "https://simplisticli.pages.dev",
"type": "module",
"bin": {
"simple": "./index.js"
},
"keywords": [
"cli",
"framework",
"simple",
"open-source",
"nodejs",
"npm",
"package",
"github",
"npmjs",
"package.json",
"index.js",
"cmds",
"easy",
"general"
],
"author": "genZrizzCode",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1"
}
}