mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-clawer.git
synced 2026-03-21 09:53:10 +00:00
23 lines
516 B
JSON
23 lines
516 B
JSON
{
|
|
"name": "api-clawer",
|
|
"version": "0.1.1",
|
|
"description": "网易云音乐客户端抓包工具",
|
|
"main": "src/server/app.js",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"keywords": ["netease", "music", "api", "clawer"],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.28.1",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"dotenv": "^16.3.1",
|
|
"ws": "^8.14.2",
|
|
"axios": "^1.6.2",
|
|
"concurrently": "^8.2.2",
|
|
"pino": "^6.14.0",
|
|
"pino-pretty": "^7.6.1"
|
|
}
|
|
}
|