-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 961 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 961 Bytes
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
{
"name": "spotya",
"version": "1.0.0",
"description": "App for convert Spotify music to Yandex music",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack:win": "electron-builder build -w --x64",
"pack:linux": "electron-builder build -l --x64",
"pack:mac": "electron-builder build -m --x64",
"pack": "yarn run pack:win && yarn run pack:linux && yarn run pack:mac"
},
"author": "Maksim Chingin",
"license": "ISC",
"devDependencies": {
"@electron/fuses": "^1.8.0",
"electron": "^34.3.0"
},
"dependencies": {
"@electron/packager": "^18.3.6",
"axios": "^1.8.1",
"electron-store": "8.2.0",
"form-data": "^4.0.2",
"spottydl": "umnik1/spottydll",
"yandex-music-client": "github:umnik1/yandex-music-client"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}