mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 21:58:56 +08:00
update
This commit is contained in:
parent
085ee14cc8
commit
74211d01d9
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "2.7.2",
|
||||
"version": "2.7.4",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
@ -8,17 +8,9 @@
|
||||
"precommit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
"*.js": ["prettier --write", "git add"]
|
||||
},
|
||||
"keywords": [
|
||||
"网易云音乐",
|
||||
"网易云",
|
||||
"音乐",
|
||||
"网易云音乐nodejs"
|
||||
],
|
||||
"keywords": ["网易云音乐", "网易云", "音乐", "网易云音乐nodejs"],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user