-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathelm.json
More file actions
33 lines (33 loc) · 1.23 KB
/
Copy pathelm.json
File metadata and controls
33 lines (33 loc) · 1.23 KB
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
30
31
32
33
{
"type": "package",
"name": "wolfadex/elm-open-api-cli",
"summary": "A CLI tool for generating Elm modules from Open API specs. ",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": [
"OpenApi.Config",
"OpenApi.Generate"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0",
"elmcraft/core-extra": "2.3.0 <= v < 3.0.0",
"json-tools/json-schema": "1.0.0 <= v < 2.0.0",
"mdgriffith/elm-codegen": "6.0.1 <= v < 7.0.0",
"miniBill/elm-fast-dict": "1.2.0 <= v < 2.0.0",
"robinheghan/murmur3": "1.0.0 <= v < 2.0.0",
"the-sett/elm-pretty-printer": "3.3.0 <= v < 4.0.0",
"wolfadex/elm-open-api": "2.0.0 <= v < 3.0.0"
},
"test-dependencies": {
"arowM/elm-multiline-string": "1.0.0 <= v < 2.0.0",
"elm-explorations/test": "2.2.1 <= v < 3.0.0",
"miniBill/elm-diff": "1.1.1 <= v < 2.0.0",
"miniBill/elm-unicode": "1.1.1 <= v < 2.0.0",
"miniBill/elm-yaml": "1.0.0 <= v < 2.0.0",
"wolfadex/elm-ansi": "3.0.1 <= v < 4.0.0"
}
}