Update package.json

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

View File

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