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
|
!/index.js
|
||||||
!/generateConfig.js
|
!/generateConfig.js
|
||||||
!/main.js
|
!/main.js
|
||||||
|
!/data
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user