elm-review/package.json
2020-04-04 22:58:19 +02:00

15 lines
367 B
JSON

{
"name": "",
"version": "1.0.0",
"scripts": {
"test": "elm make --docs=/tmp/docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests",
"phantom-tests": "node phantom-type-tests/run.js"
},
"dependencies": {
"elm": "^0.19.1-3",
"elm-format": "^0.8.3",
"elm-review": "^1.0.1",
"elm-test": "^0.19.1-revision2"
}
}