itunesfm
Version:
Sync last.fm play counts with your iTunes library.
47 lines (46 loc) • 978 B
JSON
{
"name": "itunesfm",
"version": "1.2.3",
"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": "echo \"Error: no test specified\" && exit 1",
"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",
"devDependencies": {
"@types/node": "^20.11.17",
"typescript": "^5.3.3"
},
"dependencies": {
"lastfmapi": "0.0.6",
"levenshtein-edit-distance": "^1.0.0",
"prompt": "^1.3.0",
"xmldoc": "^0.4.0"
},
"optionalDependencies": {
"osa": ""
}
}