mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "NeteaseCloudMusicApi",
|
|
"version": "3.39.0",
|
|
"description": "网易云音乐 NodeJS 版 API",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "mocha -r intelli-espower-loader -t 20000 app.test.js --exit",
|
|
"lint-fix": "eslint --fix --ext .js app.js module/ util/ test/ "
|
|
},
|
|
"keywords": [
|
|
"网易云音乐",
|
|
"网易云",
|
|
"音乐",
|
|
"网易云音乐nodejs"
|
|
],
|
|
"main": "main.js",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"author": "binaryify",
|
|
"license": "MIT",
|
|
"files": [
|
|
"module",
|
|
"util",
|
|
"plugins"
|
|
],
|
|
"dependencies": {
|
|
"axios": "^0.20.0",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.9",
|
|
"pac-proxy-agent": "^4.0.0",
|
|
"request": "^2.88.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.0.1",
|
|
"@typescript-eslint/parser": "^4.0.1",
|
|
"eslint": "^7.8.1",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-html": "6.0.3",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"husky": "4.2.5",
|
|
"intelli-espower-loader": "1.0.1",
|
|
"lint-staged": "10.2.11",
|
|
"mocha": "8.1.3",
|
|
"power-assert": "1.6.1",
|
|
"prettier": "^2.1.1",
|
|
"typescript": "^4.0.2"
|
|
}
|
|
}
|