Skip to content

Commit fc1465d

Browse files
authored
Refactor package.json with updated metadata
Updated package name and description for clarity. Added author and contributors information, and included funding details.
1 parent d15649a commit fc1465d

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

package.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "discord-channel-moderator",
2+
"name": "@refloow/discord-channel-moderator",
33
"version": "1.1.1",
4-
"description": "Discord Moderation Bot that helps you filter commands, (allow) links or filter words in channels where they were not allowed. Script is Node.js based using discord.js built by @Refloow",
4+
"description": "Refloow™ Discord Channel Moderator Bot that helps you filter commands, (allow) links or filter words in channels where they were not allowed. Script is Node.js based using discord.js built by and maintained by Refloow Organization",
55
"main": "index.js",
6+
"private": true,
67
"bugs": {
78
"url": "https://github.com/Refloow/Discord-Channel-Moderator/issues"
89
},
@@ -27,7 +28,18 @@
2728
"type": "git",
2829
"url": "git+https://https://github.com/Refloow/Discord-Channel-Moderator.git"
2930
},
30-
"author": "Veljko Vuckovic",
31-
"license": "MIT",
32-
"years": "2020-2022-2023"
33-
}
31+
"author": {
32+
"name": "Refloow",
33+
"email": "[email protected]",
34+
"url": "https://refloow.com"
35+
},
36+
"contributors": [
37+
{
38+
"name": "Veljko Vuckovic",
39+
"url": "https://github.com/Refloow"
40+
}
41+
],
42+
"funding": {
43+
"type": "individual",
44+
"url": "https://refloow.com"
45+
}

0 commit comments

Comments
 (0)