g-shorts
Version:
A CLI tool that simplifies Git commands with intuitive shortcuts
54 lines (53 loc) • 1.16 kB
JSON
{
"name": "g-shorts",
"version": "1.0.0",
"description": "A CLI tool that simplifies Git commands with intuitive shortcuts",
"bin": {
"g": "./index.js"
},
"keywords": [
"git",
"cli",
"shortcut",
"developer-tool",
"command-line",
"git-shortcuts",
"productivity",
"developer-tools"
],
"license": "MIT",
"author": {
"name": "Aaron Santos",
"email": "afsaints0987@example.com"
},
"homepage": "https://github.com/afsaints0987/g-shorts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/afsaints0987/g-shorts.git"
},
"bugs": {
"url": "https://github.com/afsaints0987/g-shorts/issues"
},
"type": "commonjs",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "echo 'Preparing package for publication'",
"postinstall": "echo 'g-shorts installed successfully! Use g help to get started'"
},
"files": [
"index.js",
"README.md",
"LICENSE",
"CHANGELOG.md"
]
}