Skip to content

Commit 5ff0281

Browse files
committed
Update package description and keywords
Revised the package description to better reflect its functionality as a Discord server backup and restore tool. Expanded the keywords list to improve discoverability.
1 parent 8ea334a commit 5ff0281

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@eliware/discopy",
33
"type": "module",
44
"version": "1.1.3",
5-
"description": "A modern Discord app built with Node.js, based on the eliware/discord foundation.",
5+
"description": "Discord server backup & restore tool — export and restore roles, channels, permissions, emojis, stickers, webhooks, invites and more.",
66
"main": "discopy.mjs",
77
"scripts": {
88
"start": "node discopy.mjs",
@@ -14,7 +14,13 @@
1414
},
1515
"keywords": [
1616
"discopy",
17-
"nodejs"
17+
"discord",
18+
"backup",
19+
"restore",
20+
"discord-backup",
21+
"discord-restore",
22+
"nodejs",
23+
"eliware"
1824
],
1925
"author": "Eli Sterling, eliware.org <[email protected]>",
2026
"license": "MIT",

0 commit comments

Comments
 (0)