Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
1{
2 "importMap": "import_map.json",
3 "tasks": {
4 "esm:add": "deno run -A https://esm.sh/v128 add",
5 "esm:update": "deno run -A https://esm.sh/v128 update",
6 "esm:remove": "deno run -A https://esm.sh/v128 remove",
7 "schema": "deno run -A src/dagger/schema.ts",
8 "clean": "rm -rf gen schema.graphql"
9 },
10 "fmt": {
11 "exclude": [
12 "example/",
13 ".fluentci/",
14 "gen/"
15 ]
16 },
17 "lint": {
18 "exclude": [
19 "example/",
20 ".fluentci/",
21 "gen/"
22 ]
23 },
24 "test": {
25 "exclude": [
26 "example/",
27 ".fluentci/",
28 "gen/"
29 ]
30 }
31}