UNPKG

itunes-bridge

Version:

A macOS and Windows NodeJS package to control and get informations from iTunes and macOS Music app through AppleScript

41 lines (40 loc) 1.06 kB
{ "name": "itunes-bridge", "version": "0.6.7", "description": "A macOS and Windows NodeJS package to control and get informations from iTunes and macOS Music app through AppleScript", "main": "itunes-bridge.js", "repository": { "type": "git", "url": "git+https://github.com/AngryKiller/iTunes-bridge.git" }, "scripts": { "example": "node example.js", "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose" }, "keywords": [ "itunes", "music", "apple", "apple-music", "nodejs", "applescript", "control", "remote", "api" ], "author": "AngryKiller <angrykiller@icloud.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/AngryKiller/iTunes-bridge/issues" }, "homepage": "https://github.com/AngryKiller/iTunes-bridge#readme", "dependencies": { "@johnpaulvaughan/itunes-music-library-path": "^2.0.2", "compare-versions": "^3.6.0", "plist": "^2.1.0" }, "devDependencies": { "jsdoc": "^3.6.6", "minami": "^1.2.3" } }