aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
blob: 3daea563aad6d858972db424301e32a1e38965e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "gleam_javascript"
version = "0.7.1"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam"

gleam = ">= 0.32.0"
target = "javascript"

repository = { type = "github", user = "gleam-lang", repo = "javascript" }
links = [
  { title = "Website", href = "https://gleam.run" },
  { title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]

[javascript]
typescript_declarations = true

[dependencies]
gleam_stdlib = "~> 0.19 or ~> 1.0"

[dev-dependencies]
gleeunit = "~> 1.0"