22 lines
380 B
JSON
22 lines
380 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/erlang_extraction.gleam"
|
|
],
|
|
"test": [
|
|
"test/erlang_extraction_test.gleam"
|
|
],
|
|
"exemplar": [
|
|
".meta/example.gleam"
|
|
],
|
|
"invalidator": [
|
|
"gleam.toml",
|
|
"manifest.toml"
|
|
]
|
|
},
|
|
"blurb": "Learn about external types and functions by using an Erlang library"
|
|
}
|