{ "name": "", "version": "1.0.0", "scripts": { "test": "elm make --docs=docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests && elm-review", "phantom-tests": "node phantom-type-tests/run.js", "backport-rules": "cp -r ../elm-review-{common,debug,documentation,the-elm-architecture,unused,simplification,imports,noredundantconcat}/{src,tests}/* tests", "postinstall": "elm-tooling install" }, "dependencies": { "elm-review": "^2.4.2", "elm-test": "^0.19.1-revision6", "elm-tooling": "^1.2.0" } }