This is the start upload I figured this is a way for me to easily tweak with radio DJ and get the album art
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "rdj-art-app",
|
|
"version": "1.0.0",
|
|
"description": "Manage missing album artwork for a RadioDJ MySQL database: free artwork lookup (iTunes / MusicBrainz), ZIP export renamed to audio filenames, and optional database update.",
|
|
"main": "server.js",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^7.0.1",
|
|
"better-sqlite3": "^11.10.0",
|
|
"express": "^4.21.2",
|
|
"mysql2": "^3.14.0"
|
|
},
|
|
"overrides": {
|
|
"qs": "^6.16.0"
|
|
}
|
|
}
|