25 lines
414 B
JSON
25 lines
414 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/treasure_chest.gleam"
|
|
],
|
|
"test": [
|
|
"test/treasure_chest_test.gleam"
|
|
],
|
|
"exemplar": [
|
|
".meta/example.gleam"
|
|
],
|
|
"invalidator": [
|
|
"gleam.toml",
|
|
"manifest.toml"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"elm/treasure-chest"
|
|
],
|
|
"blurb": "Learn about generics in Gleam by creating a treasure chest"
|
|
}
|