UNPKG

worklog-cli

Version:

A CLI tool for managing worklogs and timesheets

52 lines (51 loc) 1.23 kB
{ "name": "worklog-cli", "version": "1.0.2", "description": "A CLI tool for managing worklogs and timesheets", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "worklog": "./index.js" }, "keywords": [ "worklog", "timesheet", "cli", "productivity", "time-tracking" ], "author": "Your Name <lakhani.ramya.u@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ramyalakhani2108/worklog-cli" }, "homepage": "https://github.com/ramyalakhani2108/worklog-cli#readme", "bugs": { "url": "https://github.com/ramyalakhani2108/worklog-cli/issues" }, "dependencies": { "boxen": "^8.0.1", "chalk": "^4.1.2", "commander": "^14.0.0", "dayjs": "^1.11.13", "figlet": "^1.8.1", "googleapis": "^150.0.1", "gradient-string": "^3.0.0", "inquirer": "^12.6.3", "puppeteer": "^24.10.0", "puppeteer-core": "^24.10.0", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "dotenv": "^16.4.1" }, "devDependencies": { "terser": "^5.29.2", "rimraf": "^5.0.1" }, "engines": { "node": ">=14.0.0" } }