devpulse
Version:
A powerful terminal-based focus timer with enhanced notifications
43 lines (42 loc) • 975 B
JSON
{
"name": "devpulse",
"version": "1.1.0",
"description": "A powerful terminal-based focus timer with enhanced notifications",
"author": "Lalit Rajput <your-email@example.com>",
"license": "MIT",
"keywords": ["timer", "focus", "productivity", "cli", "terminal", "pomodoro"],
"repository": {
"type": "git",
"url": "https://github.com/lalitcap23/DevPulse.git"
},
"homepage": "https://github.com/lalitcap23/DevPulse#readme",
"bugs": {
"url": "https://github.com/lalitcap23/DevPulse/issues"
},
"main": "src/index.ts",
"module": "src/index.ts",
"type": "module",
"engines": {
"bun": ">=1.0.0"
},
"bin": {
"devpulse": "./src/index.ts"
},
"files": [
"src/",
"alerts/",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"chalk": "^5.4.1",
"node-notifier": "^10.0.1",
"ora": "^8.2.0"
}
}