elm/package.json

11 lines
164 B
JSON
Raw Normal View History

{
"scripts": {
"postinstall": "elm package install -y",
"test": "elm-test"
},
"dependencies": {
"elm": "^0.18.0",
"elm-test": "^0.18.0"
}
}