@oleksiiteplenko/tt
Version:
CLI tool for tracking time on projects.
38 lines (37 loc) • 842 B
JSON
{
"name": "@oleksiiteplenko/tt",
"version": "0.8.0",
"description": "CLI tool for tracking time on projects.",
"keywords": [
"cli",
"terminal",
"time",
"tracker",
"bun"
],
"repository": {
"type": "git",
"url": "https://github.com/oleksiiteplenko/tt.git"
},
"license": "MIT",
"author": "Oleksii Teplenko <oleksii.teplenko@gmail.com>",
"type": "module",
"module": "src/index.ts",
"bin": {
"tt": "./src/index.ts"
},
"scripts": {
"backup": "bun run src/scripts/backupDB.ts",
"push": "bun drizzle-kit push"
},
"dependencies": {
"@inquirer/prompts": "^7.2.1",
"@libsql/client": "^0.14.0",
"@types/bun": "^1.1.14",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.3",
"yoctocolors": "^2.1.1"
}
}