2018-11-05 20:34:26 +03:00
|
|
|
{
|
2019-09-29 15:22:31 +03:00
|
|
|
"name": "elm-review-package",
|
2018-11-05 20:34:26 +03:00
|
|
|
"version": "1.0.0",
|
2019-09-29 01:12:49 +03:00
|
|
|
"description": "",
|
2018-11-05 20:34:26 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"example": "example",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-03-29 21:57:28 +03:00
|
|
|
"test": "elm make --docs=/tmp/docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests",
|
2020-03-24 19:15:55 +03:00
|
|
|
"phantom-tests": "node phantom-type-tests/run.js",
|
2019-09-29 15:22:31 +03:00
|
|
|
"test:watch": "npx elm-test --watch"
|
2018-11-05 20:34:26 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-28 18:06:15 +03:00
|
|
|
"url": "git+https://github.com/jfmengels/elm-review.git"
|
2018-11-05 20:34:26 +03:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2019-09-28 18:06:15 +03:00
|
|
|
"url": "https://github.com/jfmengels/elm-review/issues"
|
2018-11-05 20:34:26 +03:00
|
|
|
},
|
2019-09-28 18:06:15 +03:00
|
|
|
"homepage": "https://github.com/jfmengels/elm-review#readme",
|
2018-11-05 20:34:26 +03:00
|
|
|
"dependencies": {
|
2020-03-13 17:24:47 +03:00
|
|
|
"elm": "^0.19.1-3",
|
2019-10-22 00:31:18 +03:00
|
|
|
"elm-review": "^1.0.1"
|
2019-06-30 12:34:58 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-13 17:24:47 +03:00
|
|
|
"elm-format": "^0.8.3",
|
2020-03-29 21:57:28 +03:00
|
|
|
"elm-test": "^0.19.1-revision2"
|
2018-11-05 20:34:26 +03:00
|
|
|
}
|
|
|
|
}
|