mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-03-21 11:03:15 +00:00
* chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Squashed commit of the following: commit f73cbbeec37d40383e2b7d411e34048146776345 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Feb 1 12:47:57 2026 +0000 chore(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Squashed commit of the following: commit 4da2d5f3600f52c7087ea350e3ec87a3c7cac535 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Feb 1 12:48:00 2026 +0000 chore(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Squashed commit of the following: commit 9e65b176252a554decf5574ca6a3463838a7a32f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Feb 1 12:47:49 2026 +0000 chore(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Squashed commit of the following: commit a060f3c4cc5c3a4baf9c4827163acde1589ef26d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Feb 1 12:47:53 2026 +0000 chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(version): bump 4.30.0 * refactor: QR login and voice upload pages with improved UI and error handling - Enhanced styling for better user experience on qrlogin-nocookie.html and qrlogin.html - Added loading indicators and improved status messages during QR code login process - Updated error handling for login status retrieval - Refactored unblock_test.html for better layout and user interaction - Improved voice upload page with a more intuitive design and better feedback for file uploads - Added loading state management for voice list retrieval - Enhanced accessibility and usability across all modified pages * fix: Potential fix for code scanning alert no. 6: DOM text reinterpreted as HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 15: DOM text reinterpreted as HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * build: update utils --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
110 lines
3.0 KiB
JSON
110 lines
3.0 KiB
JSON
{
|
|
"name": "@neteasecloudmusicapienhanced/api",
|
|
"version": "4.30.0",
|
|
"description": "全网最全的网易云音乐API接口 || A revival project for NeteaseCloudMusicApi Node.js Services (Half Refactor & Enhanced) || 网易云音乐 API 备份 + 增强 || 本项目自原版v4.28.0版本后开始自行维护",
|
|
"scripts": {
|
|
"dev": "nodemon app.js",
|
|
"start": "node app.js",
|
|
"test": "mocha -r intelli-espower-loader -t 60000 server.test.js main.test.js --exit",
|
|
"lint": "eslint \"**/*.{js,ts}\"",
|
|
"lint-fix": "eslint --fix \"**/*.{js,ts}\"",
|
|
"prepare": "husky install",
|
|
"pkgwin": "pkg . -t node18-win-x64 -C GZip -o precompiled/app",
|
|
"pkglinux": "pkg . -t node18-linux-x64 -C GZip -o precompiled/app",
|
|
"pkgmacos": "pkg . -t node18-macos-x64 -C GZip -o precompiled/app"
|
|
},
|
|
"bin": "./app.js",
|
|
"pkg": {
|
|
"scripts": "module/*.js",
|
|
"assets": [
|
|
"node_modules/axios",
|
|
"node_modules/express",
|
|
"node_modules/express-fileupload",
|
|
"node_modules/md5",
|
|
"node_modules/music-metadata",
|
|
"node_modules/pac-proxy-agent",
|
|
"node_modules/qrcode",
|
|
"node_modules/safe-decode-uri-component",
|
|
"node_modules/tunnel",
|
|
"node_modules/yargs",
|
|
"node_modules/tslib",
|
|
"node_modules/vm2",
|
|
"module",
|
|
"public",
|
|
"data"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"网易云音乐",
|
|
"网易云",
|
|
"音乐",
|
|
"网易云音乐nodejs"
|
|
],
|
|
"main": "main.js",
|
|
"types": "./interface.d.ts",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"author": "MoeFurina",
|
|
"license": "MIT",
|
|
"files": [
|
|
"module",
|
|
"util",
|
|
"plugins",
|
|
"main.d.ts",
|
|
"interface.d.ts",
|
|
"module_types",
|
|
"server.js",
|
|
"generateConfig.js",
|
|
"public",
|
|
"data"
|
|
],
|
|
"dependencies": {
|
|
"@neteasecloudmusicapienhanced/unblockmusic-utils": "^0.2.2",
|
|
"axios": "^1.13.5",
|
|
"crypto-js": "^4.2.0",
|
|
"dotenv": "^17.2.4",
|
|
"express": "^5.2.1",
|
|
"express-fileupload": "^1.5.2",
|
|
"md5": "^2.3.0",
|
|
"music-metadata": "^11.12.0",
|
|
"node-forge": "^1.3.3",
|
|
"pac-proxy-agent": "^7.2.0",
|
|
"qrcode": "^1.5.4",
|
|
"safe-decode-uri-component": "^1.2.1",
|
|
"tunnel": "^0.0.6",
|
|
"xml2js": "^0.6.2",
|
|
"yargs": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@eslint/js": "^9.39.2",
|
|
"@types/express": "^5.0.6",
|
|
"@types/express-fileupload": "^1.5.1",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "25.0.9",
|
|
"@typescript-eslint/eslint-plugin": "8.46.3",
|
|
"@typescript-eslint/parser": "8.53.0",
|
|
"eslint": "9.39.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-html": "8.1.3",
|
|
"eslint-plugin-prettier": "5.5.5",
|
|
"globals": "^16.5.0",
|
|
"husky": "9.1.7",
|
|
"intelli-espower-loader": "1.1.0",
|
|
"lint-staged": "16.2.7",
|
|
"mocha": "11.7.5",
|
|
"nodemon": "^3.1.11",
|
|
"pkg": "^5.8.1",
|
|
"power-assert": "1.6.1",
|
|
"prettier": "3.7.4",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|