-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.56 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "hono-slack",
"version": "0.0.0",
"devDependencies": {
"@cloudflare/workers-types": "^3.16.0",
"typescript": "^4.8.4",
"wrangler": "^2.12.1"
},
"private": true,
"scripts": {
"start": "wrangler dev",
"deploy": "wrangler publish",
"wrangler": "wrangler"
},
"main": "index.js",
"dependencies": {
"@sagi.io/workers-slack": "^0.0.55",
"anymatch": "^3.1.2",
"binary-extensions": "^2.2.0",
"blake3-wasm": "^2.1.5",
"braces": "^3.0.2",
"buffer-from": "^1.1.2",
"builtins": "^5.0.1",
"busboy": "^1.6.0",
"chokidar": "^3.5.3",
"cookie": "^0.4.2",
"cron-schedule": "^3.0.6",
"cross-spawn": "^7.0.3",
"dotenv": "^10.0.0",
"esbuild": "^0.14.51",
"esbuild-linux-64": "^0.14.51",
"escape-string-regexp": "^4.0.0",
"estree-walker": "^0.6.1",
"execa": "^6.1.0",
"fill-range": "^7.0.1",
"get-stream": "^6.0.1",
"glob-parent": "^5.1.2",
"hono": "^3.0.0",
"html-rewriter-wasm": "^0.4.1",
"http-cache-semantics": "^4.1.0",
"human-signals": "^3.0.1",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-stream": "^3.0.0",
"isexe": "^2.0.0",
"kleur": "^4.1.5",
"lru-cache": "^6.0.0",
"magic-string": "^0.25.9",
"merge-stream": "^2.0.0",
"mime": "^3.0.0",
"mimic-fn": "^4.0.0",
"miniflare": "^2.9.0",
"mustache": "^4.2.0",
"nanoid": "^3.3.4",
"node-forge": "^1.3.1",
"normalize-path": "^3.0.0",
"npm-run-path": "^5.1.0",
"npx-import": "^1.1.3",
"onetime": "^6.0.0",
"parse-package-name": "^1.0.0",
"path-key": "^3.1.1",
"path-to-regexp": "^6.2.1",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"rollup-plugin-inject": "^3.0.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-pluginutils": "^2.8.2",
"selfsigned": "^2.1.1",
"semiver": "^1.1.0",
"semver": "^7.3.8",
"set-cookie-parser": "^2.5.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^3.0.7",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"sourcemap-codec": "^1.4.8",
"stack-trace": "^0.0.10",
"streamsearch": "^1.1.0",
"strip-final-newline": "^3.0.0",
"to-regex-range": "^5.0.1",
"undici": "^5.9.1",
"urlpattern-polyfill": "^4.0.3",
"validate-npm-package-name": "^4.0.0",
"which": "^2.0.2",
"ws": "^8.9.0",
"xxhash-wasm": "^1.0.1",
"yallist": "^4.0.0",
"youch": "^2.2.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}