-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgleam.toml
68 lines (60 loc) · 2.23 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
57
58
59
60
61
62
63
64
65
66
67
68
name = "go_over"
version = "3.0.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 = ">= 1.4.0"
links = [
{ title = "Advisories Source", 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 = ">= 3.0.0 and < 4.0.0"
gleam_json = ">= 2.2.0 and < 3.0.0"
birl = ">= 1.7.0 and < 2.0.0"
gleamsver = ">= 1.0.0 and < 2.0.0"
delay = ">= 1.2.0 and < 2.0.0"
gxyz = ">= 0.1.0 and < 1.0.0"
clip = ">= 1.0.0 and < 2.0.0"
spinner = ">= 1.3.1 and < 2.0.0"
directories = ">= 1.1.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 = [".mjs", ".js", ".gleam"] },
{ command = "./scripts/update.sh", kind = "binary" },
{ command = "./scripts/target_test.sh", kind = "binary", args = ["erlang"], files = [".erl", ".gleam", "manifest.toml", "gleam.toml"] },
{ command = "./scripts/target_test.sh", kind = "binary", args = ["javascript", "node"], files = [".mjs", ".js", ".gleam", "manifest.toml", "gleam.toml"] },
{ command = "./scripts/target_test.sh", kind = "binary", args = ["javascript", "deno"], files = [".mjs", ".js", ".gleam", "manifest.toml", "gleam.toml"] },
{ command = "./scripts/target_test.sh", kind = "binary", args = ["javascript", "bun"], files = [".mjs", ".js", ".gleam", "manifest.toml", "gleam.toml"] },
]
[go-over]
cache = true
global = true
format = "minimal"
outdated = false
puller = "curl"
allowed_licenses = ["MIT", "Apache-2.0", "BSD 2-Clause", "WTFPL"]
[go-over.ignore]
indirect = false
dev_dependencies = false
packages = ["glance"]
severity = []
ids = []