UNPKG

radix-player

Version:

Internet Radio Streamer

49 lines (48 loc) 1.17 kB
{ "name": "radix-player", "version": "2.4.1", "description": "Internet Radio Streamer", "main": "Radix", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node-dev ./bin/www", "dev": "tsc-watch --onSuccess 'node ./bin/www' --onFailure 'echo Beep! Compilation Failed' --compiler typescript/bin/tsc" }, "bin": { "radix-install": "./install.js", "radix-update": "./update.js", "radix": "./bin/www" }, "keywords": [ "internet", "radio", "streamer", "airplay", "webradio" ], "author": "Ivan Blazevic", "license": "MIT", "dependencies": { "child_process": "^1.0.2", "express": "^4.16.2", "fs": "0.0.1-security", "icecast-parser": "^3.2.1", "nconf": "^0.9.1", "playmusic": "^2.3.0", "request": "^2.88.0", "request-promise": "^4.2.5", "rxjs": "^6.3.2", "rxjs-compat": "^6.3.2", "shelljs": "^0.8.2", "usb": "^1.6.2", "ws": "^7.2.1", "ytdl-core": "^0.20.2" }, "devDependencies": { "@types/node": "^9.6.1", "@types/ws": "^7.2.1", "node-dev": "^3.1.3", "tsc-watch": "^2.2.1", "typescript": "^3.4.5" } }