-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "spotitube",
"version": "1.0.6-dev",
"description": "A Converter That Will Convert Your Spotify To YT with LavaLink.",
"main": "src/index.js",
"scripts": {
"docs:build": "docma build",
"docs:dev": "yarn run changelog && yarn run docs:build && docma serve",
"changelog": "auto-changelog --output CHANGELOG.md --template keepachangelog --commit-limit false --unreleased --package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BotGrace/SpotiTube.git"
},
"keywords": [
"spotify",
"youtube",
"sty",
"lavalink",
"discord",
"music",
"grace"
],
"author": "Gaeta",
"license": "MIT",
"bugs": {
"url": "https://github.com/BotGrace/SpotiTube/issues"
},
"homepage": "https://github.com/BotGrace/SpotiTube#readme",
"dependencies": {
"@tbnritzdoge/events": "^1.0.1",
"node-fetch": "^2.6.1",
"redis": "^3.1.2",
"spotify-uri": "^2.2.0",
"spotify-url-info": "^2.2.3",
"spotify-web-api-node": "^5.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"auto-changelog": "^2.3.0",
"docma": "^3.2.2",
"jsdoc": "^3.6.7"
}
}