mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 23:05:35 +03:00
15 lines
376 B
JSON
15 lines
376 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"
|
|
},
|
|
"dependencies": {
|
|
"elm": "^0.19.1-3",
|
|
"elm-format": "^0.8.3",
|
|
"elm-review": "^2.0.0",
|
|
"elm-test": "^0.19.1-revision2"
|
|
}
|
|
}
|