mirror of
https://github.com/System-End/moodtracker-elite.git
synced 2026-04-19 14:27:08 +00:00
22 lines
No EOL
404 B
JSON
22 lines
No EOL
404 B
JSON
{
|
|
"name": "mood-tracker",
|
|
"version": "1.0.0",
|
|
"description": "Desktop mood tracking app with idle detection",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dev": "electron . --dev"
|
|
},
|
|
"keywords": [
|
|
"mood",
|
|
"tracker",
|
|
"journal",
|
|
"electron"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"electron": "^28.0.0",
|
|
"sqlite3": "^5.1.6"
|
|
}
|
|
} |