-
Notifications
You must be signed in to change notification settings - Fork 0
/
gleam.toml
56 lines (48 loc) · 1.43 KB
/
gleam.toml
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
45
46
47
48
49
50
51
52
53
54
55
56
name = "go_over"
version = "2.2.1"
licences = ["MIT"]
repository = { type = "github", user = "bwireman", repo = "go-over" }
description = "A tool to audit Erlang & Elixir dependencies, to make sure your Gleam ✨ projects really sparkle!"
gleam = ">= 0.34.1"
links = [
{ title = "AdvisoriesSource", href = "https://github.com/mirego/elixir-security-advisories" },
]
internal_modules = ["*"]
target = "erlang"
extra_applications = ["yamerl"]
[javascript]
typescript_declarations = false
runtime = "nodejs"
[javascript.deno]
allow_all = true
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
shellout = ">= 1.6.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
tom = ">= 1.0.0 and < 2.0.0"
yamerl = ">= 0.10.0 and < 1.0.0"
gleam_hexpm = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
birl = ">= 1.7.0 and < 2.0.0"
gleamsver = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
cactus = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.2.3 and < 2.0.0"
pprint = ">= 1.0.4 and < 2.0.0"
[cactus.pre-commit]
actions = [
{ command = "./scripts/format.sh", kind = "binary", files = [".js", ".gleam"] },
{ command = "./scripts/update.sh", kind = "binary" },
{ command = "./scripts/test.sh", kind = "binary" },
]
[go-over]
cache = true
format = "minimal"
outdated = false
ignore_indirect = false
[go-over.ignore]
packages = ["glance", "gleam_community_colour"]
severity = []
ids = []