UNPKG

track-task

Version:
32 lines (31 loc) 665 B
{ "name": "track-task", "version": "1.0.1", "description": "A cli task tracker tool", "main": "./index.js", "bin": "./index.js", "type": "module", "scripts": { "task": "node ." }, "keywords": [ "task-tracker", "cli", "task" ], "author": "Nadeem Shareef", "license": "ISC", "dependencies": { "chalk": "^5.0.1", "commander": "^9.1.0", "inquirer": "^8.2.2" }, "repository": { "type": "git", "url": "git+https://github.com/shareef99/task-tracker.git" }, "bugs": { "url": "https://github.com/shareef99/task-tracker/issues" }, "homepage": "https://github.com/shareef99/task-tracker/#readme" }