-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "youtube-music-genius-lyrics-userscript",
"version": "4.0.26",
"description": "Show lyrics/songtexts from genius.com on Youtube music next to music videos",
"keywords": [
"userscript",
"greasemonkey",
"tampermonkey",
"youtube",
"music",
"genius",
"lyrics",
"songtext"
],
"homepage": "https://github.com/cvzi/Youtube-Music-Genius-Lyrics-userscript/",
"repository": {
"type": "git",
"url": "github:cvzi/Youtube-Music-Genius-Lyrics-userscript"
},
"bugs": {
"url": "https://github.com/cvzi/Youtube-Music-Genius-Lyrics-userscript/issues",
"email": "cuzi@openmail.cc"
},
"author": "cuzi",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "node -r esm server.js"
},
"dependencies": {
"colorette": "^2.0.20",
"esm": "^3.2.25",
"serve": "^14.2.3",
"standard": "^17.1.1"
},
"devDependencies": {
"genius-lyrics-userscript": "^5.11.0"
},
"config": {
"port": "8126"
}
}