2018-11-05 20:34:26 +03:00
|
|
|
{
|
2020-04-04 23:58:04 +03:00
|
|
|
"name": "",
|
2018-11-05 20:34:26 +03:00
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2020-05-26 23:19:43 +03:00
|
|
|
"test": "elm make --docs=docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests && elm-review",
|
2020-08-09 19:32:27 +03:00
|
|
|
"phantom-tests": "node phantom-type-tests/run.js",
|
2021-01-28 18:16:42 +03:00
|
|
|
"backport-rules": "cp -r ../elm-review-{common,debug,documentation,the-elm-architecture,unused,simplification,imports,noredundantconcat}/{src,tests}/* tests",
|
|
|
|
"postinstall": "elm-tooling install"
|
2018-11-05 20:34:26 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-14 22:52:56 +03:00
|
|
|
"elm-review": "^2.4.2",
|
2021-02-10 19:18:32 +03:00
|
|
|
"elm-test": "^0.19.1-revision6",
|
2021-02-14 22:53:32 +03:00
|
|
|
"elm-tooling": "^1.2.0"
|
2018-11-05 20:34:26 +03:00
|
|
|
}
|
|
|
|
}
|