25 lines
394 B
JSON
25 lines
394 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/log_levels.gleam"
|
|
],
|
|
"test": [
|
|
"test/log_levels_test.gleam"
|
|
],
|
|
"exemplar": [
|
|
".meta/example.gleam"
|
|
],
|
|
"invalidator": [
|
|
"gleam.toml",
|
|
"manifest.toml"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"elixir/log-levels"
|
|
],
|
|
"blurb": "Learn about strings by parsing application logs"
|
|
}
|