Update package.json

This commit is contained in:
Onek8 2025-03-07 11:29:25 +00:00
parent 8127cc5777
commit 3a2902c373

View File

@ -1,11 +1,11 @@
{
"name": "webtorrent-desktop",
"description": "WebTorrent, the streaming torrent client. For Mac, Windows, and Linux.",
"name": "leenkx-box",
"description": "A seed box for torrents compatible with webtorrent protocol running on Mac, Windows, and Linux.",
"version": "0.24.0",
"author": {
"name": "Leenkx Team",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
"email": "info@leenkx.com",
"url": "https://leenkx.com"
},
"babel": {
"plugins": [
@ -18,7 +18,7 @@
]
},
"bugs": {
"url": "https://github.com/leenkx/leenkxbox/issues"
"url": "https://dev.leenkx.com/LeenkxTeam/LNXBOX/issues"
},
"dependencies": {
"@electron/remote": "2.1.2",
@ -84,7 +84,7 @@
"node": "^16.0.0 || ^18.0.0",
"npm": "^7.10.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"homepage": "https://webtorrent.io",
"homepage": "https://leenkx.com",
"keywords": [
"desktop",
"electron",
@ -106,7 +106,7 @@
"productName": "WebTorrent",
"repository": {
"type": "git",
"url": "git://github.com/leenkx/leenkxbox.git"
"url": "git://dev.leenkx.com/LeenkxTeam/LNXBOX.git"
},
"scripts": {
"build": "babel src --out-dir build",