{ "description": "Exercism/Elm", "repository": "https://github.com/exercism/xelm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", "test": "elm-test" }, "dependencies": { "elm": "^0.18.0", "elm-test": "^0.18.0" } }