mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
refactor: rename napi to netease_api
This commit is contained in:
parent
e030647720
commit
fe8b3261ca
228 changed files with 1 additions and 1 deletions
54
netease_api/package.json
Normal file
54
netease_api/package.json
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "3.45.2",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"test": "mocha -r intelli-espower-loader -t 20000 app.test.js --exit",
|
||||
"lint": "eslint **/*.{js,ts}",
|
||||
"lint-fix": "eslint --fix **/*.{js,ts}"
|
||||
},
|
||||
"keywords": [
|
||||
"网易云音乐",
|
||||
"网易云",
|
||||
"音乐",
|
||||
"网易云音乐nodejs"
|
||||
],
|
||||
"main": "main.js",
|
||||
"types": "./interface.d.ts",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"author": "binaryify",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"module",
|
||||
"util",
|
||||
"plugins",
|
||||
"main.d.ts",
|
||||
"interface.d.ts",
|
||||
"module_types"
|
||||
],
|
||||
"dependencies": {
|
||||
"axios": "^0.20.0",
|
||||
"express": "^4.17.1",
|
||||
"express-fileupload": "^1.1.9",
|
||||
"pac-proxy-agent": "^4.0.0",
|
||||
"strip-comments": "^2.0.1",
|
||||
"tunnel": "^0.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "14.11.10",
|
||||
"@typescript-eslint/eslint-plugin": "4.4.1",
|
||||
"@typescript-eslint/parser": "4.4.1",
|
||||
"eslint": "7.12.0",
|
||||
"eslint-config-prettier": "6.13.0",
|
||||
"eslint-plugin-html": "6.0.3",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"intelli-espower-loader": "1.0.1",
|
||||
"mocha": "8.2.0",
|
||||
"power-assert": "1.6.1",
|
||||
"prettier": "2.1.2",
|
||||
"typescript": "4.0.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue