mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-clawer.git
synced 2026-05-13 19:45:06 +00:00
28 lines
537 B
JSON
28 lines
537 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": {
|
|
"axios": "^1.14.0",
|
|
"concurrently": "^8.2.2",
|
|
"dotenv": "^16.6.1",
|
|
"express": "^4.22.1",
|
|
"pino": "^6.14.0",
|
|
"pino-pretty": "^7.6.1",
|
|
"ws": "^8.20.0"
|
|
}
|
|
}
|