-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 976 Bytes
/
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
{
"name": "cougarcs-memberbot",
"version": "0.9.0",
"description": "A bot for adding member roles.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"lint": "eslint \"src/**\" --fix && eslint \"src/**\"",
"start": "npx nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adil-Iqbal/CougarCS-MemberBot.git"
},
"keywords": [
"discord",
"member",
"roles"
],
"author": "Adil Iqbal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Adil-Iqbal/CougarCS-MemberBot/issues"
},
"homepage": "https://github.com/Adil-Iqbal/CougarCS-MemberBot#readme",
"dependencies": {
"aws-sdk": "^2.995.0",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"lodash": "^4.17.21",
"mongoose": "^5.12.12",
"winston": "^3.3.3",
"winston-cloudwatch": "^3.0.2"
},
"devDependencies": {
"eslint": "^7.27.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7"
}
}