Kumi
4892240222
Enhances the web application to allow users to upload and download multiple files simultaneously using WebTorrent. Updates UI and messages to reflect support for multiple files. Adjusts progress indicators for batch file transfers and updates mnemonic generation logic for compatibility. Bumps application version to 0.1.0 for feature release.
27 lines
818 B
JSON
27 lines
818 B
JSON
{
|
|
"name": "transfercoffee",
|
|
"version": "0.1.0",
|
|
"description": "A WebTorrent-based file transfer application",
|
|
"main": "app.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app.js",
|
|
"tracker": "node tracker.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.private.coffee/PrivateCoffee/transfer.coffee"
|
|
},
|
|
"author": "Private.coffee Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bip39": "^3.1.0",
|
|
"bittorrent-tracker": "^11.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"helmet": "^7.1.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|