plexamp-scrobbler/package.json
2022-05-17 21:03:06 -04:00

23 lines
512 B
JSON

{
"name": "plexamp-scrobbler",
"version": "1.0.0",
"description": "Scrobbles to Last.fm whenever you scrobble anything via Plexamp.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.gay:a/plexamp-scrobbler.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"multer": "^1.4.4",
"scribble": "^0.0.5",
"xml-js": "^1.6.11"
}
}