You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"name": "spotify",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "get_popularity.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"mcp": "node mcp_server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
"cheerio": "^1.2.0",
|
|
"openai": "^6.29.0",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|