-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.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
42
43
44
45
{
"name": "discord-bot",
"version": "1.0.0",
"description": "Bot for LFM Discord",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bot": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoxPhoenix/discord-bot.git"
},
"keywords": [
"discord"
],
"author": "NoxPhoenix",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoxPhoenix/discord-bot/issues"
},
"homepage": "https://github.com/NoxPhoenix/discord-bot#readme",
"dependencies": {
"bluebird": "^3.5.1",
"discord.js": "^11.2.1",
"feed-watcher": "^0.2.1",
"json-io-promised": "^1.0.2",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"node-schedule": "^1.2.5",
"promise-sqlite": "^1.5.0",
"random-animal": "^1.0.7",
"random-cat": "^1.0.1",
"request": "^2.83.0",
"rls-api": "^1.0.2",
"sqlite3": "^3.1.13",
"sqlite3-promises": "^1.0.0",
"uws": "^0.14.5"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0"
}
}