-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 KB
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
{
"name": "repostream",
"version": "0.1.2",
"module": "src/index.ts",
"type": "module",
"scripts": {
"check": "biome check --write .",
"fmt": "biome format --write .",
"smee-start": "smee --port=3000 --path=/api/github/webhooks --url",
"generate:schema": "cli-valibot-to-json-schema --force -o schema-repostreamrc.json -t Config ./src/valibot.ts"
},
"packageManager": "bun@1.1.42",
"dependencies": {
"@discordjs/collection": "2.1.1",
"@discordjs/core": "2.4.0",
"@discordjs/rest": "2.5.1",
"@discordjs/ws": "2.0.4",
"@octokit/webhooks": "14.1.2",
"@sapphire/async-queue": "1.5.5",
"convict": "6.2.5",
"mdast-util-definitions": "6.0.0",
"moize": "6.1.7",
"rehype-raw": "7.0.0",
"rehype-remark": "10.0.1",
"rehype-stringify": "10.0.1",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.1",
"remark-github": "12.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"remark-squeeze-paragraphs": "6.0.0",
"remark-stringify": "11.0.0",
"remark-strip-badges": "7.0.0",
"smol-toml": "1.6.1",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"valibot": "1.2.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@gcornut/cli-valibot-to-json-schema": "1.0.1",
"@octokit/openapi-webhooks-types": "12.0.3",
"@types/bun": "latest",
"@types/mdast": "4.0.4",
"smee-client": "4.4.3"
},
"peerDependencies": {
"typescript": "5.9.3"
},
"private": true
}