forked from 8823-scholar/xp-faucet-bot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "xp-faucet-bot",
"version": "1.0.0",
"description": "This Discord bot provies the functions of XP coin faucet for the Discord users. This is based on An-Idiots-Guide/guidebot (https://github.com/An-Idiots-Guide/guidebot)",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpjp/xp-faucet-bot.git"
},
"author": "MaySoMusician",
"contributors": [
"Evelyne Lachance <[email protected]> (http://evie.codes)",
"York (http://anidiots.guide)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xpjp/xp-faucet-bot/issues"
},
"_homepage": "",
"dependencies": {
"discord.js": "^11.3.2",
"enmap": "^0.6.2",
"enmap-level": "^1.0.1",
"erlpack": "github:discordapp/erlpack",
"ffmpeg-binaries": "^3.2.2",
"libsodium-wrappers": "^0.7.3",
"moment": "^2.21.0",
"moment-duration-format": "^2.2.2",
"node-opus": "^0.2.7",
"node-schedule": "^1.3.0",
"opusscript": "0.0.6",
"pm2": "^2.10.1",
"prism-media": "^0.2.0",
"sqlite3": "^3.1.13",
"uws": "^9.14.0",
"ytdl-core": "^0.20.2"
}
}