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:
pan93412 2022-01-30 00:19:55 +08:00 committed by GitHub
parent c8b9c0dae8
commit 5a5fb1f191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 41 deletions

View file

@ -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",