Skip to content

Commit ef4e19e

Browse files
authored
Update package.json with project details and dependencies
1 parent fc1465d commit ef4e19e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

package.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,49 @@
4343
"type": "individual",
4444
"url": "https://refloow.com"
4545
}
46+
{
47+
"name": "@refloow/discord-channel-moderator",
48+
"version": "1.1.1",
49+
"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",
50+
"main": "index.js",
51+
"private": true,
52+
"bugs": {
53+
"url": "https://github.com/Refloow/Discord-Channel-Moderator/issues"
54+
},
55+
"homepage": "https://github.com/Refloow/Discord-Channel-Moderator",
56+
"dependencies": {
57+
"colors": "^1.1.2",
58+
"console-master": "^1.0.3",
59+
"console-stamp": "^0.2.7",
60+
"dcm-diagnostics": "^1.0.2",
61+
"discord.js": "^11.4.2",
62+
"moment": "^2.22.2",
63+
"opusscript": "0.0.7",
64+
"prompt": "^1.0.0",
65+
"request": "^2.85.0",
66+
"winston": "^3.1.0"
67+
},
68+
"scripts": {
69+
"test": "echo \"Error: no test specified\" && exit 1",
70+
"start": "title Refloow / Discord-Channel-Moderator & node index.js pause"
71+
},
72+
"repository": {
73+
"type": "git",
74+
"url": "git+https://https://github.com/Refloow/Discord-Channel-Moderator.git"
75+
},
76+
"author": {
77+
"name": "Refloow",
78+
"email": "[email protected]",
79+
"url": "https://refloow.com"
80+
},
81+
"contributors": [
82+
{
83+
"name": "Veljko Vuckovic",
84+
"url": "https://github.com/Refloow"
85+
}
86+
],
87+
"funding": {
88+
"type": "individual",
89+
"url": "https://refloow.com"
90+
}
91+
}

0 commit comments

Comments
 (0)