-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·67 lines (67 loc) · 1.53 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
66
67
{
"name": "@aoijs/aoi.music",
"version": "1.3.0",
"description": "Addition of the Music properties and foundation for aoi.js",
"author": {
"name": "Leref"
},
"maintainers": [
"USERSATOSHI",
"faf4a"
],
"scripts": {
"build": "npx tsc"
},
"main": "lib/index.js",
"files": [
"lib",
"package.json",
"package-lock.json",
"LICENSE",
"README.md"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/aoijs/aoi.music.git"
},
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"bgutils-js": "^3.1.0",
"discord.js": "^14.16.3",
"get-audio-duration": "^4.0.1",
"hidefile": "^3.0.0",
"jsdom": "^25.0.1",
"prism-media": "^1.3.5",
"soundcloud-downloader": "^1.0.0",
"soundcloud-key-fetch": "^1.0.13",
"spotify-uri": "^4.1.0",
"spotify-url-info": "^3.2.18",
"spotify-web-api-node": "^5.0.2",
"tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3",
"undici": "^6.21.0",
"youtube-scrapper": "^1.4.0",
"youtubei.js": "^11.0.1"
},
"devDependencies": {
"@discordjs/opus": "^0.9.0",
"@types/hidefile": "^3.0.3",
"@types/node": "^22.9.0",
"ffmpeg-static": "^5.2.0",
"miniget": "^4.2.3",
"typedoc": "^0.26.11",
"typedoc-plugin-extras": "^3.1.0",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.6.0"
}
}