-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
22 lines (22 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "discord-manager",
"version": "1.0.0",
"description": "* [ ] Move all users that HAVE posted a message in some channel into the \"seedling\" role * [ ] Move all users that have not yet posted a message into the \"germinating\" role * [ ] New users to the discord are placed into a \"germinating\" role * [ ] All channels are hidden except for \"general\" and \"introductions\" * [ ] Only have the ability to post in \"introductions\" * [ ] The \"seedling\" role can view all public channels * [ ] To be moved into the \"seedling\" role * [ ] MUST emoji react the code of conduct post in \"general\" * [ ] MUST post an introduction in the \"introductions\" channel * [ ] Introduction must be at least 55 characters long.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "CJ R. <[email protected]> (https://w3cj.now.sh)",
"license": "MIT",
"dependencies": {
"countdown": "^2.6.0",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"fortune-tweetable": "^1.0.0",
"nedb": "^1.8.0"
},
"devDependencies": {
"eslint": "^7.12.1"
}
}