-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "Lw-Ziki-Amp",
"version": "0.0.3",
"description": "Enjoy the power of music through Lw-Ziki-Amp",
"main": "main.js",
"scripts": {
"webplayer": "nodemon server.js",
"serve": "node server.js",
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder build -mwl",
"postinstall": "electron-builder install-app-deps"
},
"devDependences": {
"nodemon": "2.0.7",
"node": "12.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mugamba669/Zikplayer.git"
},
"keywords": [
"electron",
"start",
"run"
],
"author": "Mugamba Bruno <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mugamba669/Zikplayer.git/issues"
},
"homepage": "https://github.com/Mugamba669/Zikplayer#readme",
"dependencies": {
"4lyrics": "^1.1.61",
"animate.css": "^4.1.1",
"axios": "^0.21.4",
"cheerio": "*",
"custom-electron-titlebar": "^3.2.7",
"deezer-public-api": "^1.0.4",
"edit-json-file": "^1.6.0",
"electron-store": "^8.0.1",
"emojis-list": "^3.0.0",
"g-i-s": "^2.1.6",
"genius-lyrics-api": "3.0.6",
"is-online": "^9.0.1",
"jquery": "^3.6.0",
"material-icons": "^1.5.1",
"node-id3": "0.2.3",
"youtube-api-v3-search": "^1.2.1",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"electron": "^12.1.1",
"electron-compile": "^6.4.4",
"electron-prebuilt-compile": "^1.3.2"
}
}