forked from FGCUSoftwareEngineeringClub/FGCUSECRoleBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "fgcusecroles",
"version": "2.9.0",
"description": "A bot for the FGCU Software Engineering Club to assign roles to new users in the Discord.",
"main": "src/main.js",
"private": true,
"scripts": {
"start": "node src/main.js",
"lint": "eslint src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FGCUSoftwareEngineeringClub/FGCUSECRoleBot.git"
},
"author": "tgayle",
"license": "ISC",
"bugs": {
"url": "https://github.com/FGCUSoftwareEngineeringClub/FGCUSECRoleBot/issues"
},
"homepage": "https://github.com/FGCUSoftwareEngineeringClub/FGCUSECRoleBot#readme",
"dependencies": {
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"dotenv": "^6.1.0",
"later": "^1.2.0",
"moment": "^2.22.2",
"nedb": "^1.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sqlite": "^3.0.0",
"sqlite3": "^4.0.4",
"winston": "^3.1.0",
"winston-transport": "^4.2.0"
},
"devDependencies": {
"@types/dotenv": "^4.0.3",
"@types/nedb": "^1.8.6",
"eslint": "^5.9.0",
"eslint-config-google": "^0.11.0"
}
}