notohh.dev/elm.json
notohh 4edf79e21f
Some checks failed
notohh.dev / build (push) Failing after 1m16s
init 1.0
2024-01-16 02:03:52 -05:00

25 lines
541 B
JSON

{
"type": "application",
"source-directories": [
"src",
".elm-land/src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/url": "1.0.0"
},
"indirect": {
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}