mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 14:52:09 +08:00
增加打包可执行程序功能
This commit is contained in:
parent
6a293401c2
commit
45bfab349b
@ -7,7 +7,14 @@
|
||||
"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"
|
||||
"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": [
|
||||
"网易云音乐",
|
||||
|
Loading…
x
Reference in New Issue
Block a user