-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "distube-yandex-music-plugin",
"version": "1.0.5",
"description": "A DisTube custom plugin for supporting Yandex Music.",
"main": "./dist/YandexMusicPlugin.js",
"types": "./dist/YandexMusicPlugin.d.ts",
"exports": "./dist/YandexMusicPlugin.js",
"directories": {
"lib": "src"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:check": "tsc",
"build:package": "pnpm run build && pnpm pack",
"release": "pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexInCube/distube-yandex-music-plugin.git"
},
"keywords": [
"distube",
"plugin",
"yandexmusic",
"discord",
"music"
],
"author": "AlexInCube",
"homepage": "https://github.com/AlexInCube/distube-yandex-music-plugin#readme",
"devDependencies": {
"discord.js": "^14.15.3",
"eslint": "^8.57.0",
"tsup": "^7.2.0",
"typescript": "^5.4.5"
},
"dependencies": {
"ym-api-meowed": "^1.3.4"
},
"peerDependencies": {
"distube": "5"
}
}