@gauntface/cli
Version:
A CLI tool to help with repetitive tasks.
32 lines (31 loc) • 688 B
JSON
{
"name": "@gauntface/cli",
"publishConfig": {
"access": "public"
},
"version": "0.3.0",
"description": "A CLI tool to help with repetitive tasks.",
"main": "index.js",
"bin": {
"gauntface": "gauntface.js"
},
"scripts": {
"test": "echo \"no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gauntface/gauntface-cli.git"
},
"keywords": [
"gauntface"
],
"author": "gauntface",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gauntface/gauntface-cli/issues"
},
"homepage": "https://github.com/gauntface/gauntface-cli#readme",
"dependencies": {
"commander": "^9.0.0"
}
}