This repository was archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
43
44
45
{
"name": "functionkey-bot",
"version": "4.1.0",
"description": "The merry joyful Discord bot! Made by a lazy person.",
"main": "bot.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/FriendsNone/FunctionKey-Bot.git"
},
"author": "Wizzardo Meowy (FriendsNone)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FriendsNone/FunctionKey-Bot/issues"
},
"homepage": "https://github.com/FriendsNone/FunctionKey-Bot#readme",
"dependencies": {
"chalk": "^2.1.0",
"common-tags": "^1.5.1",
"cowsay": "^1.2.1",
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:friendsnone/discord.js-commando",
"fortune-teller": "^0.1.2",
"kaori": "^1.1.4",
"mathjs": "^3.16.4",
"moment": "^2.19.1",
"moment-duration-format": "^1.3.0",
"moment-timezone": "^0.5.14",
"opusscript": "0.0.4",
"request": "^2.83.0",
"simple-youtube-api": "^5.0.0",
"wtf_wikipedia": "^2.4.2",
"ytdl-core": "^0.18.3"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}