@saksham_sharma/gpt-cli
Version:
gpt cli developed with love
25 lines (24 loc) • 483 B
JSON
{
"name": "@saksham_sharma/gpt-cli",
"version": "1.0.0",
"description": "gpt cli developed with love",
"main": "bin/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gpt-cli",
"gpt-terminal"
],
"bin": {
"gpt-cli": "bin/index.js"
},
"author": "Saksham Sharma",
"license": "ISC",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"commander": "^12.1.0"
}
}