ticket2test
Version:
Pull JIRA ticket information and create a JS test file
31 lines (30 loc) • 652 B
JSON
{
"name": "ticket2test",
"version": "1.0.3",
"description": "Pull JIRA ticket information and create a JS test file",
"keywords": [
"Jira",
"Test",
"Handlebars",
"NodeJS",
"CLI",
"Testing",
"Templates"
],
"bin": "./src/index.js",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kevin Lalka <klalka.dev@gmail.com>",
"license": "GPL-3.0",
"dependencies": {
"argparse": "^1.0.10",
"axios": "^0.18.0",
"handlebars": "^4.0.12"
},
"repository": {
"type": "git",
"url": "https://github.com/klalka-dev/ticket2test"
}
}