2024-06-14 14:57:55 +00:00
|
|
|
{
|
|
|
|
"name": "transfer.coffee",
|
2024-06-16 15:35:04 +00:00
|
|
|
"version": "0.0.2",
|
2024-06-14 14:57:55 +00:00
|
|
|
"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",
|
2024-06-24 08:40:32 +00:00
|
|
|
"dotenv": "^16.4.5",
|
2024-06-14 14:57:55 +00:00
|
|
|
"ejs": "^3.1.10",
|
2024-06-24 08:40:32 +00:00
|
|
|
"express": "^4.19.2",
|
|
|
|
"helmet": "^7.1.0"
|
2024-06-14 14:57:55 +00:00
|
|
|
}
|
|
|
|
}
|