UNPKG

@savikko/tttui

Version:

Toggl Track TUI - A terminal user interface for Toggl Track

76 lines (75 loc) 1.93 kB
{ "name": "@savikko/tttui", "version": "1.2.0", "description": "Toggl Track TUI - A terminal user interface for Toggl Track", "type": "module", "main": "dist/index.cjs", "bin": { "tttui": "dist/index.cjs", "t": "dist/index.cjs" }, "pkg": { "targets": [ "node18-linux-x64", "node18-macos-x64", "node18-macos-arm64", "node18-win-x64" ], "outputPath": "bin", "scripts": [ "dist/index.cjs", "dist/*-*.cjs" ] }, "scripts": { "build": "tsc", "build:bundle": "rollup -c", "start": "node dist/index.js", "dev": "NODE_NO_WARNINGS=1 tsx src/index.ts", "package": "yarn build:bundle && pkg .", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json}\"", "prepare": "husky" }, "lint-staged": { "*.{ts,tsx,js,jsx,json}": [ "prettier --write" ] }, "keywords": [ "toggl", "track", "tui", "cli" ], "author": "savikko", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.2.1", "commander": "^12.1.0", "dayjs": "^1.11.13", "dotenv": "^16.4.7" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.2", "@types/node": "^22.10.2", "husky": "^9.1.7", "lint-staged": "^15.2.11", "pkg": "^5.8.1", "prettier": "^3.4.2", "rollup": "^4.29.1", "semantic-release": "^24.2.0", "tslib": "^2.8.1", "tsx": "^4.19.2", "typescript": "^5.7.2" } }