mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
refactor(ncmapi): use upstream version (#1278)
* refactor(ncmapi): use upstream version FIXME: After #1457 released, switch to the NPM version. * fix(docker): install NeteaseCloudMusicApi early * fix: remove useless submodule entry * fix(ncmapi): update to 4.5.2
This commit is contained in:
parent
c8b9c0dae8
commit
5a5fb1f191
8 changed files with 26 additions and 41 deletions
|
|
@ -19,16 +19,12 @@
|
|||
"postinstall": "electron-builder install-app-deps",
|
||||
"postuninstall": "electron-builder install-app-deps",
|
||||
"prettier": "npx prettier --write ./src",
|
||||
"netease_api:run": "cd ./netease_api && npm run start",
|
||||
"netease_api:init": "git submodule init && git submodule update",
|
||||
"netease_api:pull": "cd ./netease_api && git pull",
|
||||
"netease_api:install": "yarn",
|
||||
"netease_api:setup": "yarn netease_api:init && yarn netease_api:pull && yarn netease_api:install"
|
||||
"netease_api:run": "npx NeteaseCloudMusicApi"
|
||||
},
|
||||
"main": "background.js",
|
||||
"dependencies": {
|
||||
"@unblockneteasemusic/server": "v0.27.0-rc.4",
|
||||
"NeteaseCloudMusicApi": "file:./netease_api/",
|
||||
"NeteaseCloudMusicApi": "^4.5.2",
|
||||
"axios": "^0.21.0",
|
||||
"change-case": "^4.1.2",
|
||||
"cli-color": "^2.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue