pomo-tui
Version:
> A beautiful terminal-based Pomodoro timer built with React Ink
73 lines (72 loc) • 1.47 kB
JSON
{
"name": "pomo-tui",
"version": "0.0.14",
"license": "MIT",
"main": "dist/cli.js",
"bin": {
"pomo-tui": "./dist/cli.js"
},
"type": "module",
"engines": {
"node": ">=16"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "prettier --check . && xo && ava"
},
"author": "Shivaraj110",
"repository": "https://github.com/shivaraj110/pomo-tui",
"homepage": "https://github.com/shivaraj110/poro-tui#readme",
"files": [
"dist"
],
"keywords":[
"cli-timer",
"pomodoro",
"productivity",
"time management"
],
"dependencies": {
"fullscreen-ink": "^0.0.2",
"ink": "^5.2.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-select-input": "^6.2.0",
"ink-text-input": "^6.0.0",
"meow": "^11.0.0",
"react": "^18.2.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/react": "^18.0.32",
"@vdemedes/prettier-config": "^2.0.1",
"ava": "^5.2.0",
"chalk": "^5.2.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"ink-testing-library": "^3.0.0",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"xo": "^0.53.1"
},
"ava": {
"extensions": {
"ts": "module",
"tsx": "module"
},
"nodeArguments": [
"--loader=ts-node/esm"
]
},
"xo": {
"extends": "xo-react",
"prettier": true,
"rules": {
"react/prop-types": "off"
}
},
"prettier": "@vdemedes/prettier-config"
}