-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 926 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
{
"name": "jinsoyun",
"version": "3.0.0",
"description": "Grumpy Butts very own discord bot",
"main": "index.js",
"scripts": {
"lint-todo": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --fix --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git://github.com/ln2r/jinsoyun.git"
},
"keywords": [
"discord bot",
"discord.js",
"grumpy butts",
"blade and soul"
],
"author": "ln2r",
"license": "MIT",
"dependencies": {
"commando-provider-mongo": "^1.3.0",
"dateformat": "^3.0.3",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^6.2.0",
"mongodb": "^3.6.3",
"node-fetch": "^2.6.1",
"npm": "^6.14.11",
"ontime": "0.0.4",
"twitter": "^1.7.1"
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.7"
}
}