elm-review/package.json
2020-09-22 19:40:13 +02:00

16 lines
539 B
JSON

{
"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"
},
"dependencies": {
"elm": "^0.19.1-3",
"elm-format": "^0.8.3",
"elm-review": "^2.3.0",
"elm-test": "^0.19.1-revision4"
}
}