clauditate
Version:
A menubar meditation app that helps you stay mindful while Claude Code works
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "clauditate",
"version": "1.2.0",
"description": "A menubar meditation app that helps you stay mindful while Claude Code works",
"main": "dist/main.js",
"bin": {
"clauditate": "dist/cli.js"
},
"files": [
"dist/",
"assets/",
"index.html"
],
"scripts": {
"build": "tsc",
"start": "npm run build && electron .",
"dev": "npm run build && NODE_ENV=development electron .",
"watch": "tsc --watch",
"postinstall": "node dist/install.js",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"meditation",
"mindfulness",
"claude-code",
"breathing",
"developer-tools",
"productivity",
"wellness"
],
"author": "Yogesh Kumar",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ykumards/clauditate.git"
},
"homepage": "https://github.com/ykumards/clauditate#readme",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"electron": "^32.3.3",
"menubar": "^9.5.1"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/node": "^20.10.0",
"electron-builder": "^25.0.5"
}
}