mirror of
https://github.com/System-End/moodtracker-elite.git
synced 2026-04-19 16:38:22 +00:00
12 lines
No EOL
193 B
JSON
12 lines
No EOL
193 B
JSON
{
|
|
"name": "mood-tracker",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"dependencies": {
|
|
"electron": "^28.0.0",
|
|
"sqlite3": "^5.1.6"
|
|
}
|
|
} |