gh-templating
Version:
## A CLI tool to make choosing GitHub PR templates easier
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "gh-templating",
"version": "1.6.4",
"description": "",
"main": "index.js",
"bin": {
"gh-templating": "./index.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watchAll",
"test:ci": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"keywords": [
"cli",
"dev-tools",
"devkit",
"command-line",
"node",
"git",
"github",
"PR",
"pull request",
"PR template"
],
"author": "Jorge Van de Sompel",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/jorgevds/gh-templating.git"
},
"bugs": {
"url": "https://github.com/jorgevds/gh-templating/issues"
},
"homepage": "https://github.com/jorgevds/gh-templating#readme",
"dependencies": {
"commander": "^10.0.0",
"inquirer": "^9.1.4"
},
"type": "module",
"devDependencies": {
"jest": "^29.4.1"
}
}