-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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": "fpl-discord-bot",
"version": "1.0.0",
"description": "Discord bot for fantasy pl",
"engines": {
"node": "10.14.*",
"npm": "*"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adifaidz/fpl-discord-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adifaidz/fpl-discord-bot/issues"
},
"homepage": "https://github.com/adifaidz/fpl-discord-bot#readme",
"dependencies": {
"@bugsnag/js": "^5.1.0",
"axios": "^0.18.0",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"dotenv": "^6.0.0",
"http": "0.0.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"puppeteer": "^1.11.0",
"remove-accents": "^0.4.2",
"snyk": "^1.316.1"
},
"snyk": true
}