-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgleam.toml
More file actions
40 lines (32 loc) 路 769 Bytes
/
Copy pathgleam.toml
File metadata and controls
40 lines (32 loc) 路 769 Bytes
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
name = "kindly"
version = "0.2.1"
description = "A nice little task runner"
licences = ["Apache-2.0"]
gleam = ">= 1.14.0"
target = "javascript"
[repository]
repo = "kindly"
user = "tynanbe"
type = "github"
[[links]]
title = "Website"
href = "https://gleam.run/"
[[documentation.pages]]
title = "Quickstart guide"
path = "quickstart.html"
source = "./pages/quickstart.md"
[[documentation.pages]]
title = "Examples directory"
path = "examples.html"
source = "./pages/examples.md"
[dependencies]
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.53.0 and < 2.0.0"
string_width = ">= 3.3.1 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.6.0 and < 2.0.0"
[javascript]
runtime = "deno"
typescript_declarations = true
[javascript.deno]
allow_all = true