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 !/index.js
!/generateConfig.js !/generateConfig.js
!/main.js !/main.js
!/data

View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.18.0", "version": "4.18.1",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
@ -29,7 +29,8 @@
"node_modules/tslib", "node_modules/tslib",
"node_modules/vm2", "node_modules/vm2",
"module", "module",
"public" "public",
"data"
] ]
}, },
"keywords": [ "keywords": [
@ -60,7 +61,8 @@
"module_types", "module_types",
"server.js", "server.js",
"generateConfig.js", "generateConfig.js",
"public" "public",
"data"
], ],
"dependencies": { "dependencies": {
"axios": "^1.2.2", "axios": "^1.2.2",