Skip to main content

gleam.toml

name = "http_server_mock_js"
version = "1.0.0"
target = "javascript"
description = "JavaScript/Node.js runtime for http_server_mock — Worker thread HTTP server"
licences = ["MIT"]
repository = { type = "github", user = "atomfinger", repo = "http_server_mock" }
links = [
  { title = "GitHub", href = "https://github.com/atomfinger/http_server_mock" },
  { title = "Docs", href = "https://hexdocs.pm/http_server_mock_js" },
]

[dependencies]
http_server_mock = ">= 1.0.0 and < 2.0.0"
gleam_stdlib     = ">= 1.0.0 and < 2.0.0"

[dev-dependencies]
gleeunit         = ">= 1.0.0 and < 2.0.0"
gleam_http       = ">= 4.3.0 and < 5.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_fetch      = ">= 1.4.0 and < 2.0.0"