mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
11 lines
164 B
JSON
11 lines
164 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"postinstall": "elm package install -y",
|
||
|
"test": "elm-test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"elm": "^0.18.0",
|
||
|
"elm-test": "^0.18.0"
|
||
|
}
|
||
|
}
|