feat(api/music): initial implementation

This commit is contained in:
mikhail "synzr" 2025-12-03 17:25:57 +05:00
parent 8231c77ead
commit 13fb29389e
5 changed files with 130 additions and 0 deletions

View file

@ -33,5 +33,9 @@
"typescript-eslint": "^8.47.0",
"vite": "^7.2.2",
"vite-plugin-devtools-json": "^1.0.0"
},
"dependencies": {
"lastfm-ts-api": "^2.2.0",
"node-cache": "^5.1.2"
}
}