devfocus
Version:
CLI tool for developers to block distracting websites
33 lines • 854 B
JSON
{
"name": "devfocus",
"version": "1.1.3",
"description": "CLI tool for developers to block distracting websites",
"author": "Mukhammadnazar Komilov",
"bin": {
"devfocus": "./cli.js"
},
"main": "cli.js",
"repository": {
"type": "git",
"url": "https://github.com/mkomilov6611/devfocus.git"
},
"homepage": "https://github.com/mkomilov6611/devfocus#readme",
"bugs": {
"url": "https://github.com/mkomilov6611/devfocus/issues"
},
"keywords": [
"cli", "website-blocker", "focus", "productivity", "hosts-file",
"cross-platform", "distraction", "time-management", "work-focus",
"social-media-blocker", "parental-controls", "digital-wellbeing"
],
"scripts": {
"test": "jest"
},
"dependencies": {
"commander": "^9.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"license": "MIT"
}