-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.65 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
{
"name": "@stef-0012/synclyrics",
"version": "2.5.10",
"description": "Get the plain, line synced & word synced lyrics of any song avaible on Musixmatch, LrcLib.net or Netease",
"main": "dist/index.min.js",
"types": "./types/index.d.ts",
"files": [
"dist/index.min.js",
"types/*"
],
"scripts": {
"build": "npm run build:compile && npm run build:docs",
"build:compile": "tsc && google-closure-compiler --js=dist/index.js --js_output_file=dist/index.min.js",
"build:docs": "typedoc --options typedoc.json",
"test": "node __tests__/test.js",
"test2": "node __tests__/test2.js"
},
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/Stef-00012/SyncLyrics-npm.git"
},
"keywords": [
"song",
"sync",
"song",
"sync",
"word",
"line",
"plain",
"synced",
"lyrics",
"lyrics",
"synced",
"lyrics",
"lrclib",
"netease",
"Netease",
"lrclib.net",
"LrcLib.net",
"musixmatch",
"Musixmatch",
"line synced",
"word synced"
],
"author": "Stef_DP",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stef-00012/SyncLyrics-npm/issues"
},
"homepage": "https://synclyrics.js.org",
"devDependencies": {
"@types/node": "^22.7.6",
"google-closure-compiler": "^20240317.0.0",
"input": "^1.0.1",
"typedoc": "^0.26.11",
"typedoc-github-theme": "^0.1.2"
},
"dependencies": {
"util": "^0.12.5"
}
}