mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: 配置补充
This commit is contained in:
parent
3da8ff1d00
commit
b821ce2b76
@ -11,3 +11,4 @@
|
||||
!/index.js
|
||||
!/generateConfig.js
|
||||
!/main.js
|
||||
!/data
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "4.18.0",
|
||||
"version": "4.18.1",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
@ -29,7 +29,8 @@
|
||||
"node_modules/tslib",
|
||||
"node_modules/vm2",
|
||||
"module",
|
||||
"public"
|
||||
"public",
|
||||
"data"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
@ -60,7 +61,8 @@
|
||||
"module_types",
|
||||
"server.js",
|
||||
"generateConfig.js",
|
||||
"public"
|
||||
"public",
|
||||
"data"
|
||||
],
|
||||
"dependencies": {
|
||||
"axios": "^1.2.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user