This commit is contained in:
metacryst
2025-11-13 15:30:11 -06:00
commit 493f1c2e1f
16 changed files with 3008 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "downloads-lister",
"version": "1.0.0",
"type": "module",
"main": "app.js",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron": "^30.0.0"
},
"dependencies": {
"chalk": "^5.6.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"moment": "^2.30.1",
"ws": "^8.18.3"
}
}