multi-scrobbler-now-playing/package.json

19 lines
372 B
JSON
Raw Permalink Normal View History

2025-01-10 21:26:15 +00:00
{
"name": "multi-scrobbler-now-playing",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.7",
2025-01-10 21:26:15 +00:00
"node-fetch": "^3.3.2",
2025-01-11 23:37:07 +00:00
"prompt": "^1.3.0",
2025-01-10 21:26:15 +00:00
"telegram": "^2.26.16"
}
}