UNPKG

itunesfm

Version:

Sync last.fm play counts with your iTunes library.

47 lines (46 loc) 1.07 kB
{ "name": "itunesfm", "version": "1.3.0", "description": "Sync last.fm play counts with your iTunes library.", "homepage": "https://github.com/hansonw/itunesfm", "keywords": [ "iTunes", "last.fm", "sync" ], "main": "bin/main.js", "bin": { "itunesfm": "./bin/main.js" }, "files": [ "bin", "scripts" ], "engines": { "node": ">=16" }, "scripts": { "test": "rm -rf bin && tsc && tsc -p tsconfig.test.json && node --test ./bin/test/test/getTopTracks.test.js", "build": "rm -rf bin && tsc && chmod a+x bin/main.js", "start": "node bin/main.js" }, "repository": { "type": "git", "url": "git+https://github.com/hansonw/itunesfm.git" }, "author": "Hanson Wang", "license": "ISC", "packageManager": "pnpm@10.5.2", "devDependencies": { "@types/node": "^20.11.17", "nock": "^14.0.6", "typescript": "^5.3.3" }, "dependencies": { "lastfmapi": "0.0.6", "levenshtein-edit-distance": "^1.0.0", "prompt": "^1.3.0", "xmldoc": "^0.4.0" }, "optionalDependencies": {} }