-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 850 Bytes
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
{
"dependencies": {
"@discordjs/rest": "^1.5.0",
"canvas": "^2.9.3",
"discord-api-types": "^0.37.28",
"discord.js": "^14.7.1",
"emoji-regex": "^10.2.1",
"got": "^11.8.3",
"mongod": "^2.0.0",
"mongodb": "^4.2.0",
"mongoose": "^6.5.3",
"node-ical": "^0.14.1",
"readline": "^1.3.0"
},
"name": "discordbot",
"version": "1.0.0",
"description": "a silly little discord bot",
"main": "memebot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1"
}
}