forked from PrivateCoffee/transfer.coffee
Kumi
f87ec52173
Upgraded the package version to 0.0.2 and removed several unused dependencies such as multer, socket.io, and webtorrent. This cleanup helps to reduce the package size and potential security vulnerabilities. Retained essential dependencies like express. No functional changes to the codebase.
24 lines
598 B
JSON
24 lines
598 B
JSON
{
|
|
"name": "transfer.coffee",
|
|
"version": "0.0.2",
|
|
"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",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2"
|
|
}
|
|
}
|