forked from aoijs/aoi.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.47 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
60
61
62
63
64
65
{
"installed_version": "1.0.0-pre",
"name": "aoi.js",
"version": "1.0.0",
"description": "Aoi.js - Library that simplifies coding for developing your Discord Bot",
"main": "package/index.js",
"typings": "package/index.d.ts",
"scripts": {
"start": "node test.js",
"prettycheck": "prettier --check \"package/**/*.js\"",
"prettywrite": "prettier --write \"package/**/*.js\""
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"danbot-hosting": "^0.1.6",
"dbdjs.db": "^1.0.1",
"discord.js": "^12.5.3",
"moment": "^2.29.1",
"ms-parser": "^1.0.5",
"parse-ms": "^2.1.0",
"soundcloud-downloader": "^0.2.4",
"spotify-url-info": "^2.2.0",
"yt-search": "^2.7.6",
"ytdl-core": "^4.5.0"
},
"devDependencies": {
"axios": "^0.21.1",
"dbd.db": "^1.4.5",
"dblapi.js": "^2.4.1",
"discord-paginator.js": "^1.0.2",
"ffmpeg-static": "^4.3.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"prettier": "~2.2.1",
"prism-media": "^1.2.7",
"segfault-handler": "^1.3.0",
"workerpool": "^6.1.0",
"ws": "^7.4.4"
},
"engines": {
"node": ">=12.11.0"
},
"files": [
"package"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"keywords": [
"aoi.js",
"api",
"dbd.js",
"dbd",
"bot",
"music",
"bdfd",
"Bot Designer for Discord",
"discord",
"discordbot"
]
}