-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "discord-bee-bot",
"version": "1.0.0",
"description": "Discord Bee Bot",
"license": "UNLICENSED",
"main": "bot.js",
"author": "Meg Mitchell",
"scripts": {
"start": "node ./src/bot.js",
"test": "npx jest",
"lint": "./node_modules/.bin/eslint ./src/*.js",
"lint-fix": "./node_modules/.bin/eslint ./src/*.js --fix"
},
"dependencies": {
"@mikemcbride/dad-jokes": "^1.0.0",
"ascii-animals": "^1.0.1",
"babel-eslint": "^10.0.3",
"bufferutil": "^4.0.1",
"corporate-ipsum": "^1.0.1",
"cowsay": "^1.4.0",
"crazy-case": "^0.0.1",
"dilbert": "^1.4.2",
"discord.io": "woor/discord.io#gateway_v6",
"dotenv": "^8.2.0",
"envfile": "^3.0.0",
"eslint": "^6.6.0",
"funny-words": "^0.1.2",
"garble": "^0.1.1",
"one-liner-joke": "^1.2.0",
"thesaurize": "^1.0.11",
"utf-8-validate": "^5.0.2",
"winston": "^3.2.1",
"yargs": "^14.2.0"
},
"devDependencies": {
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"prettier": "^1.18.2"
}
}