-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.37 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Luna",
"version": "2.3.5",
"description": "Alchemy Den's Own Bot!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "https://github.com/Arburich/Luna"
},
"author": "Arburich#1458",
"contributors": [
""
],
"license": "",
"bugs": {
"url": "https://github.com/Arburich/Luna/issues"
},
"homepage": "https://github.com/Arburich/Luna",
"dependencies": {
"all": "0.0.0",
"chalk": "^4.1.2",
"discord-money": "^0.2.0",
"discord-player": "^5.1.0-dev.1634688804.a0badb8",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"enmap": "^5.8.7",
"express": "^4.17.1",
"ffmpeg-static": "^4.4.0",
"forever": "^3.0.4",
"jquery": "^3.6.0",
"jsdom": "^16.7.0",
"merge-images": "^2.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"ms": "^3.0.0-canary.1",
"net": "1.0.2",
"node-cron": "^2.0.3",
"opusscript": "^0.0.8",
"parallel-http-request": "^1.1.3",
"ping": "^0.2.3",
"pm2": "^4.5.6",
"request": "^2.88.2",
"sqlite3": "^5.0.2",
"tmi.js": "^1.8.5",
"xmlhttprequest": "^1.8.0",
"zeromq": "^6.0.0-beta.6",
"zlib": "^1.0.5"
},
"devDependencies": {
"install-peers": "^1.0.3"
}
}