elm-review/package.json
2021-03-14 09:12:41 +01:00

17 lines
604 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",
"generate-dep": "node create-dependency",
"postinstall": "elm-tooling install"
},
"dependencies": {
"elm-review": "^2.4.2",
"elm-test": "^0.19.1-revision6",
"elm-tooling": "^1.2.0"
}
}