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": {
|
2021-10-03 12:13:14 +03:00
|
|
|
"test": "npm-run-all --print-name --silent --sequential test:make test:format test:run test:review test:phantom",
|
|
|
|
"test:make": "elm make --docs=docs.json",
|
|
|
|
"test:format": "elm-format src/ --validate",
|
|
|
|
"test:run": "elm-test",
|
|
|
|
"test:review": "LOCAL_ELM_REVIEW_SRC=src elm-review",
|
|
|
|
"test:phantom": "node phantom-type-tests/run.js",
|
2021-10-03 12:15:13 +03:00
|
|
|
"elm-bump": "npm-run-all --print-name --silent --sequential test bump-version 'test:review -- --fix-all-without-prompt'",
|
|
|
|
"bump-version": "(yes | elm bump)",
|
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",
|
2021-03-12 19:43:28 +03:00
|
|
|
"generate-dep": "node create-dependency",
|
2021-01-28 18:16:42 +03:00
|
|
|
"postinstall": "elm-tooling install"
|
2018-11-05 20:34:26 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-07 15:31:33 +03:00
|
|
|
"elm-review": "^2.7.3",
|
2021-02-10 19:18:32 +03:00
|
|
|
"elm-test": "^0.19.1-revision6",
|
2022-01-22 12:12:59 +03:00
|
|
|
"elm-tooling": "^1.7.0"
|
2021-10-03 12:13:14 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"npm-run-all": "^4.1.5"
|
2018-11-05 20:34:26 +03:00
|
|
|
}
|
|
|
|
}
|