lms-squeeze-rpc-x
Version:
A very basic API to interact with a Logitech Media Server via JSON-RPC
31 lines (30 loc) • 780 B
JSON
{
"name": "lms-squeeze-rpc-x",
"version": "1.1.0",
"description": "A very basic API to interact with a Logitech Media Server via JSON-RPC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"example": "tsc && node ./dist/example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/onmomo/lms-squeeze-rpc-x.git"
},
"homepage": "https://github.com/onmomo/lms-squeeze-rpc-x",
"author": "",
"license": "MIT",
"dependencies": {
"jayson": "^4.2.0"
},
"keywords": [
"lms",
"squeezebox",
"logitech media server"
],
"devDependencies": {
"@types/node": "^22.15.30",
"typescript": "^5.8.3"
}
}