forked from mpizenberg/elm-cardano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.json
44 lines (44 loc) · 1.34 KB
/
elm.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"type": "package",
"name": "mpizenberg/elm-cardano",
"summary": "Elm offchain package for Cardano",
"license": "BSD-3-Clause",
"version": "1.0.0",
"exposed-modules": [
"Bytes.Comparable",
"Bytes.Crc8",
"Bytes.Map",
"Cardano",
"Cardano.Address",
"Cardano.Cip30",
"Cardano.Cip67",
"Cardano.CoinSelection",
"Cardano.Data",
"Cardano.Interval",
"Cardano.MultiAsset",
"Cardano.Redeemer",
"Cardano.Script",
"Cardano.Transaction",
"Cardano.Transaction.AuxiliaryData",
"Cardano.Transaction.AuxiliaryData.Metadatum",
"Cardano.Transaction.Builder",
"Cardano.Utxo",
"Cardano.Value",
"Word7"
],
"elm-version": "0.19.1 <= v < 0.20.0",
"dependencies": {
"dwayne/elm-integer": "1.0.0 <= v < 2.0.0",
"dwayne/elm-natural": "1.1.1 <= v < 2.0.0",
"elm/bytes": "1.0.8 <= v < 2.0.0",
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm-toulouse/cbor": "4.0.1 <= v < 5.0.0",
"jxxcarlson/hex": "4.0.0 <= v < 5.0.0",
"turboMaCk/any-dict": "2.6.0 <= v < 3.0.0"
},
"test-dependencies": {
"elm-community/result-extra": "2.4.0 <= v < 3.0.0",
"elm-explorations/test": "2.0.0 <= v < 3.0.0"
}
}