forked from MidSpike/iris-utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.79 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "iris-utilities",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@discordjs/uws": "^11.149.1",
"aki-api": "^5.2.0",
"axios": "^0.21.1",
"blapi": "^2.0.1",
"bufferutil": "^4.0.2",
"discord.js": "^12.5.1",
"dogeify-js": "git+https://github.com/MidSpike/dogeify.git",
"dotenv": "^8.2.0",
"erlpack": "github:discord/erlpack",
"express": "^4.17.1",
"ffmpeg-static": "^4.2.7",
"google-it": "^1.6.0",
"html-entities": "^1.4.0",
"json-stringify-safe": "^5.0.1",
"languagedetect": "^2.0.0",
"libsodium-wrappers": "^0.7.8",
"manakin": "^0.5.2",
"mathjs": "^8.1.0",
"moment-timezone": "^0.5.32",
"node-emoji": "^1.10.0",
"node-gtts": "^2.0.2",
"node-html-to-image": "^3.1.0",
"node-ipc": "^9.1.3",
"node-pre-gyp": "^0.17.0",
"node-schedule": "^1.3.2",
"npm": "^7.3.0",
"os": "^0.1.1",
"parse-video-id-from-yt-url": "git+https://github.com/MidSpike/parse-video-id-from-yt-url.git",
"path": "^0.12.7",
"recursive-read-directory": "git+https://github.com/MidSpike/recursive-read-directory.git",
"request": "^2.88.2",
"soundcloud-downloader": "^0.2.2",
"split-string": "^6.1.0",
"spmock": "^1.0.3",
"spotify-uri": "^2.1.0",
"sugar": "^2.0.6",
"translate-google": "git+https://github.com/MidSpike/NODE_GOOGLE_TRANSLATE.git",
"url-parameter-parser": "^1.0.2",
"utf-8-validate": "^5.0.3",
"validator": "^13.5.2",
"youtube-playlist": "^1.0.4",
"youtube-search": "^1.1.4",
"yt-search": "^2.5.1",
"ytdl-core": "^4.2.1",
"zlib-sync": "^0.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "MidSpike",
"license": "CUSTOM",
"description": ""
}