-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "elm-loadable",
"version": "1.0.0",
"description": "",
"main": "null",
"scripts": {
"test": "npx elm-verify-examples && elm-test",
"test:watch": "chokidar \"./src/**/*.elm\" \"./tests/**/*.elm\" --initial --silent --ignore \"./tests/VerifyExamples/**\" -c \"rimraf tests/VerifyExamples && clear && elm-verify-examples && elm-test\"",
"make-doc-tests": "elm-verify-examples",
"author-docs": "elm-doc-preview"
},
"keywords": [
"elm"
],
"author": "Derrick Beining",
"license": "MIT",
"devDependencies": {
"chokidar-cli": "^3.0.0",
"concurrently": "^6.2.1",
"elm": "^0.19.1-5",
"elm-analyse": "^0.16.5",
"elm-doc-preview": "^5.0.5",
"elm-format": "^0.8.5",
"elm-json": "^0.2.10",
"elm-test": "^0.19.1-revision7",
"elm-verify-examples": "^5.0.0",
"rimraf": "^3.0.2"
}
}