-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1005 Bytes
/
package.json
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
{
"name": "mint-flower",
"type": "module",
"version": "0.3.0",
"description": "⛈ Easy-to-configure load balancing, available as serverless functions.",
"keywords": [
"bun js",
"cloud hop",
"cloudflare workers",
"cloudhop",
"deno deploy",
"denoland",
"load balancer",
"reverse proxy",
"serverless functions"
],
"homepage": "https://github.com/ltgcgo/mint",
"bugs": {
"url": "https://github.com/ltgcgo/mint/issues"
},
"license": "LGPL-3.0-only",
"author": "Lumière Élevé (https://github.com/PoneyClairDeLune)",
"funding": [
{
"type": "individual",
"url": "monero:82rPQDB7JVgYfF4TLTz4JJTM9ibYXw9G7BSQ2CE7ixqtYnYjNYPagJoUUhmmXaGfBvjRZ3TWdabP7FngbWXkdSfv23VEo1M"
}
],
"engines": {
"node": ">=18.0.0"
},
"os": [
"linux",
"darwin",
"android",
"windows"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"dist/*",
"shx",
"sh/nodeTest.sh",
"sh/denoTest.sh",
"sh/wranglerTest.sh",
"sh/bunTest.sh"
],
"dependencies": {
"ws": "^8.12.0"
}
}