grt
Version:
grt command-line interface — test, diff, preview APIs
23 lines (22 loc) • 542 B
JSON
{
"name": "grt",
"version": "0.1.2",
"description": "grt command-line interface — test, diff, preview APIs",
"main": "index.js",
"bin": {
"great": "index.js"
},
"type": "module",
"author": "shaikhsaifalapi",
"license": "MIT",
"keywords": ["cli", "api", "grt", "great", "github", "testing"],
"dependencies": {
"axios": "^1.6.7",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"dotenv": "^16.5.0",
"inquirer": "^12.6.3",
"open": "^10.1.2",
"simple-git": "^3.28.0"
}
}