UNPKG

@radiolise/metadata-client

Version:

Library for subscribing to metadata of ICY radio streams; powered by the Radiolise API, based on WebSockets

42 lines 1.12 kB
{ "name": "@radiolise/metadata-client", "version": "1.0.1", "license": "MIT", "description": "Library for subscribing to metadata of ICY radio streams; powered by the Radiolise API, based on WebSockets", "keywords": [ "radio", "icecast", "metadata", "song", "title", "real-time", "websockets" ], "author": "Marco Bauer", "homepage": "https://gitlab.com/radiolise/radiolise.gitlab.io/-/blob/master/packages/metadata-client/readme.md", "bugs": "https://gitlab.com/radiolise/radiolise.gitlab.io/-/issues", "repository": { "type": "git", "url": "https://gitlab.com/radiolise/radiolise.gitlab.io.git", "directory": "packages/metadata-client" }, "type": "module", "unpkg": "dist/browser.global.js", "jsdelivr": "dist/browser.global.js", "module": "dist/browser.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { "import": { "types": "./dist/index.d.ts", "node": "./dist/index.js", "default": "./dist/browser.esm.js" } }, "scripts": { "prebuild": "rimraf dist", "build": "rollup -c" } }