Current section
Files
Jump to
Current section
Files
gleam.toml
name = "tty"
version = "1.0.0"
description = "TTY and ANSI color-support detection for Gleam (Erlang + JavaScript)"
licences = ["MIT", "Apache-2.0"]
repository = { type = "github", user = "tylerbutler", repo = "tty" }
links = [{ title = "NO_COLOR spec", href = "https://no-color.org" }]
gleam = ">= 1.11.0"
internal_modules = [
"tty/resolve_color_level",
"tty_test",
"tty/color_level_helpers_test",
"tty/env_mutate",
"tty/env_probe",
"tty/ffi_contract_test",
"tty/ffi_env_test",
"tty/noprocess_test",
"tty/resolve_color_level_test",
"tty/smoke_test",
]
[javascript]
typescript_declarations = true
[dependencies]
gleam_stdlib = ">= 0.40.0 and < 2.0.0"
[dev-dependencies]
startest = ">= 0.6.0 and < 1.0.0"
[tools.licence_audit]
allow = ["Apache-2.0", "MIT"]
deny = []