ticket-hero-sdk
Version:
A Pomodoro App for Jira Users
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "ticket-hero-sdk",
"version": "1.1.0",
"description": "A Pomodoro App for Jira Users",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "pkg -t node16-win,node16-macos,node16-linux index.js"
},
"keywords": [
"pomodoro",
"jira",
"productivity",
"timer",
"task-management",
"time-tracking"
],
"bin": {
"ticket-hero": "./index.js"
},
"author": "dhanushk2105",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.3",
"figlet": "^1.8.0",
"inquirer": "^12.5.0",
"jira-client": "^8.2.2",
"keytar": "^7.9.0",
"ora": "^5.4.1"
},
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^10.8.2",
"pkg": "^5.8.1",
"rewire": "^6.0.0",
"sinon": "^15.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dhanushk2105/ticket-hero-sdk.git"
},
"bugs": {
"url": "https://github.com/dhanushk2105/ticket-hero-sdk/issues"
},
"homepage": "https://github.com/dhanushk2105/ticket-hero-sdk#readme",
"engines": {
"node": ">=14.0.0"
}
}