A decentralized music tracking and discovery platform built on AT Protocol 馃幍
listenbrainz spotify atproto lastfm musicbrainz scrobbling
at main 143 B view raw
1{ 2 "tasks": { 3 "cron": "deno run cron.ts" 4 }, 5 "imports": { 6 "@std/assert": "jsr:@std/assert@1", 7 "chalk": "npm:chalk@^5.6.2" 8 } 9}