forked from chrisparsons83/FFDiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.17 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
46
47
48
{
"author": "Chris Parsons",
"bugs": {
"url": "https://github.com/chrisparsons83/FFDiscordBot/issues"
},
"dependencies": {
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"csv-parser": "^1.12.1",
"diff": "^4.0.1",
"discord.js": "^11.3.2",
"extend": "^3.0.2",
"fuzzy-string-matching": "^1.0.2",
"just-extend": "^4.0.2",
"mocha": "^8.1.1",
"moment": "^2.22.2",
"nodemon": "^1.17.5",
"puppeteer": "^1.17.0",
"request": "^2.87.0",
"sinon": "^9.0.0",
"uws": "^8.14.1"
},
"description": "FFDiscordBot",
"license": "MIT",
"main": "app.js",
"name": "ffdiscord-bot",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisparsons83/FFDiscordBot.git"
},
"scripts": {
"start": "./node_modules/.bin/nodemon app.js",
"test": "./node_modules/.bin/mocha --timeout 5000"
},
"version": "0.0.0",
"homepage": "https://github.com/chrisparsons83/FFDiscordBot#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [],
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.12.0",
"istanbul": "^0.4.5"
}
}