fix: 配置补充

This commit is contained in:
binaryify 2024-04-30 16:24:36 +08:00
parent 3da8ff1d00
commit b821ce2b76
2 changed files with 6 additions and 3 deletions

View File

@ -11,3 +11,4 @@
!/index.js
!/generateConfig.js
!/main.js
!/data

View File

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