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.
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "spotify",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "get_popularity.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
"cheerio": "^1.2.0",
|
|
"openai": "^6.29.0"
|
|
}
|
|
}
|