forked from wolfadex/elm-open-api-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelm.json
More file actions
28 lines (28 loc) · 986 Bytes
/
Copy pathelm.json
File metadata and controls
28 lines (28 loc) · 986 Bytes
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
{
"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.2.0 <= v < 3.0.0",
"json-tools/json-schema": "1.0.0 <= v < 2.0.0",
"mdgriffith/elm-codegen": "5.2.0 <= v < 6.0.0",
"miniBill/elm-fast-dict": "1.2.0 <= v < 2.0.0",
"robinheghan/murmur3": "1.0.0 <= v < 2.0.0",
"wolfadex/elm-open-api": "2.0.0 <= v < 3.0.0"
},
"test-dependencies": {
"elm-explorations/test": "2.2.0 <= v < 3.0.0",
"miniBill/elm-unicode": "1.1.1 <= v < 2.0.0"
}
}