1 Star 27 Fork 13

lysimportant/cloud-music-serve

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
binaryify 提交于 2021-07-16 10:54 . update
{
"name": "NeteaseCloudMusicApi",
"version": "4.0.17",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
"test": "mocha -r intelli-espower-loader -t 20000 app.test.js --exit",
"lint": "eslint \"**/*.{js,ts}\"",
"lint-fix": "eslint --fix \"**/*.{js,ts}\"",
"prepare": "husky install",
"pkgwin": "pkg . -t node14-win-x64 -o app",
"pkglinux": "pkg . -t node14-linux-x64 -o app",
"pkgmacos": "pkg . -t node14-macos-x64 -o app"
},
"bin": "./app.js",
"pkg": {
"scripts": "module/*.js"
},
"keywords": [
"网易云音乐",
"网易云",
"音乐",
"网易云音乐nodejs"
],
"main": "main.js",
"types": "./interface.d.ts",
"engines": {
"node": ">=12"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"author": "binaryify",
"license": "MIT",
"files": [
"module",
"util",
"plugins",
"main.d.ts",
"interface.d.ts",
"module_types"
],
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"md5": "^2.3.0",
"music-metadata": "^7.5.3",
"pac-proxy-agent": "^4.0.0",
"qrcode": "^1.4.4",
"tunnel": "^0.0.6"
},
"devDependencies": {
"@types/node": "14.17.2",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"eslint": "7.23.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-prettier": "3.4.0",
"husky": "6.0.0",
"intelli-espower-loader": "1.1.0",
"lint-staged": "11.0.0",
"mocha": "8.4.0",
"power-assert": "1.6.1",
"prettier": "2.3.0",
"typescript": "4.3.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lysimportant/cloud-music-serve.git
git@gitee.com:lysimportant/cloud-music-serve.git
lysimportant
cloud-music-serve
cloud-music-serve
master

搜索帮助