|
1 | 1 | { |
2 | | - "type": "application", |
3 | | - "source-directories": [ |
4 | | - "src", |
5 | | - "codegen", |
6 | | - "cli/src" |
| 2 | + "type": "package", |
| 3 | + "name": "wolfadex/elm-open-api-cli", |
| 4 | + "summary": "A CLI tool for generating Elm modules from Open API specs. ", |
| 5 | + "license": "MIT", |
| 6 | + "version": "1.0.0", |
| 7 | + "exposed-modules": [ |
| 8 | + "OpenApi.Config", |
| 9 | + "OpenApi.Generate" |
7 | 10 | ], |
8 | | - "elm-version": "0.19.1", |
| 11 | + "elm-version": "0.19.0 <= v < 0.20.0", |
9 | 12 | "dependencies": { |
10 | | - "direct": { |
11 | | - "dillonkearns/elm-cli-options-parser": "3.2.0", |
12 | | - "dillonkearns/elm-pages": "10.2.0", |
13 | | - "elm/core": "1.0.5", |
14 | | - "elm/json": "1.1.3", |
15 | | - "elm/regex": "1.0.0", |
16 | | - "elm/url": "1.0.0", |
17 | | - "elmcraft/core-extra": "2.1.0", |
18 | | - "json-tools/json-schema": "1.0.2", |
19 | | - "json-tools/json-value": "1.0.1", |
20 | | - "mdgriffith/elm-codegen": "5.2.0", |
21 | | - "miniBill/elm-fast-dict": "1.2.1", |
22 | | - "myrho/yaml": "1.0.0", |
23 | | - "turboMaCk/non-empty-list-alias": "1.4.0", |
24 | | - "wolfadex/elm-ansi": "3.0.0", |
25 | | - "wolfadex/elm-open-api": "2.0.0" |
26 | | - }, |
27 | | - "indirect": { |
28 | | - "Chadtech/elm-bool-extra": "2.4.2", |
29 | | - "NoRedInk/elm-json-decode-pipeline": "1.0.1", |
30 | | - "avh4/elm-color": "1.0.0", |
31 | | - "danfishgold/base64-bytes": "1.1.0", |
32 | | - "danyx23/elm-mimetype": "4.0.1", |
33 | | - "dillonkearns/elm-bcp47-language-tag": "2.0.0", |
34 | | - "dillonkearns/elm-date-or-date-time": "2.0.0", |
35 | | - "dillonkearns/elm-form": "3.0.1", |
36 | | - "dividat/elm-semver": "2.0.0", |
37 | | - "elm/browser": "1.0.2", |
38 | | - "elm/bytes": "1.0.8", |
39 | | - "elm/file": "1.0.5", |
40 | | - "elm/html": "1.0.0", |
41 | | - "elm/http": "2.0.0", |
42 | | - "elm/parser": "1.1.0", |
43 | | - "elm/random": "1.0.0", |
44 | | - "elm/time": "1.0.0", |
45 | | - "elm/virtual-dom": "1.0.3", |
46 | | - "elm-community/basics-extra": "4.1.0", |
47 | | - "elm-community/json-extra": "4.3.0", |
48 | | - "elm-community/list-extra": "8.7.0", |
49 | | - "elm-community/maybe-extra": "5.3.0", |
50 | | - "fredcy/elm-parseint": "2.0.1", |
51 | | - "jluckyiv/elm-utc-date-strings": "1.0.0", |
52 | | - "justinmimbs/date": "4.1.0", |
53 | | - "miniBill/elm-codec": "2.2.0", |
54 | | - "miniBill/elm-unicode": "1.1.1", |
55 | | - "myrho/elm-parser-extras": "1.0.1", |
56 | | - "noahzgordon/elm-color-extra": "1.0.2", |
57 | | - "robinheghan/fnv1a": "1.0.0", |
58 | | - "robinheghan/murmur3": "1.0.0", |
59 | | - "rtfeldman/elm-css": "18.0.0", |
60 | | - "rtfeldman/elm-hex": "1.0.0", |
61 | | - "rtfeldman/elm-iso8601-date-strings": "1.1.4", |
62 | | - "stil4m/elm-syntax": "7.3.8", |
63 | | - "stil4m/structured-writer": "1.0.3", |
64 | | - "the-sett/elm-pretty-printer": "3.1.0", |
65 | | - "the-sett/elm-syntax-dsl": "6.0.3", |
66 | | - "zwilias/elm-utf-tools": "2.0.1" |
67 | | - } |
| 13 | + "elm/core": "1.0.0 <= v < 2.0.0", |
| 14 | + "elm/json": "1.1.3 <= v < 2.0.0", |
| 15 | + "elm/regex": "1.0.0 <= v < 2.0.0", |
| 16 | + "elm/url": "1.0.0 <= v < 2.0.0", |
| 17 | + "elmcraft/core-extra": "2.2.0 <= v < 3.0.0", |
| 18 | + "json-tools/json-schema": "1.0.0 <= v < 2.0.0", |
| 19 | + "mdgriffith/elm-codegen": "5.2.0 <= v < 6.0.0", |
| 20 | + "miniBill/elm-fast-dict": "1.2.0 <= v < 2.0.0", |
| 21 | + "turboMaCk/non-empty-list-alias": "1.4.0 <= v < 2.0.0", |
| 22 | + "wolfadex/elm-open-api": "2.0.0 <= v < 3.0.0" |
68 | 23 | }, |
69 | 24 | "test-dependencies": { |
70 | | - "direct": { |
71 | | - "elm-explorations/test": "2.2.0", |
72 | | - "miniBill/elm-unicode": "1.1.1" |
73 | | - }, |
74 | | - "indirect": {} |
| 25 | + "elm-explorations/test": "2.2.0 <= v < 3.0.0", |
| 26 | + "miniBill/elm-unicode": "1.1.1 <= v < 2.0.0" |
75 | 27 | } |
76 | 28 | } |
0 commit comments