onasty/web/package.json(view raw)
1 2 3 4 5 6 7 8 9 10 11
{ "private": true, "scripts": { "postinstall": "elm-tooling install" }, "devDependencies": { "elm-land": "^0.20.1", "elm-review": "^2.13.2", "elm-tooling": "^1.15.1" } }