multi-scrobbler-now-playing/package.json

16 lines
322 B
JSON

{
"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": {
"node-fetch": "^3.3.2",
"telegram": "^2.26.16"
}
}