25 lines
440 B
JSON
25 lines
440 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/secure_treasure_chest.gleam"
|
|
],
|
|
"test": [
|
|
"test/secure_treasure_chest_test.gleam"
|
|
],
|
|
"exemplar": [
|
|
".meta/example.gleam"
|
|
],
|
|
"invalidator": [
|
|
"gleam.toml",
|
|
"manifest.toml"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"elm/secure-treasure-chest"
|
|
],
|
|
"blurb": "Learn about opaque types by making a more secure treasure chest"
|
|
}
|