-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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": "garlmap",
"productName": "Garlmap",
"version": "2.3.0-dev",
"description": "Gapless Almighty Rule-based Logical Mpv Audio Player",
"main": "app/index.js",
"type": "module",
"scripts": {
"fix": "eslint --fix app build.js",
"lint": "npm run eslint && npm run tsc",
"eslint": "eslint app build.js",
"tsc": "tsc",
"start": "electron app",
"update": "npx -y jelmerro/nus"
},
"repository": "https://github.com/Jelmerro/Garlmap",
"homepage": "https://github.com/Jelmerro/Garlmap",
"keywords": [
"Music",
"Electron",
"Audio",
"Player"
],
"author": "Jelmer van Arnhem",
"email": "[email protected]",
"funding": "https://github.com/sponsors/Jelmerro/",
"license": "GPL-3.0-or-later",
"devDependencies": {
"electron": "33.1.0",
"electron-builder": "25.1.8",
"eslint-config": "github:Jelmerro/eslint-config",
"typescript": "5.6.3"
},
"dependencies": {
"genius-lyrics": "4.4.7",
"music-metadata": "10.5.1"
},
"engines": {
"node": ">=20"
}
}