Files
Parchment/package.json
metacryst 493f1c2e1f init
2025-11-13 15:30:11 -06:00

20 lines
378 B
JSON

{
"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"
}
}