-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) 路 1.79 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) 路 1.79 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@beequeue/dota-matches-api",
"type": "module",
"version": "0.0.0",
"author": "BeeeQueue <adam@haglund.dev>",
"license": "CC-BY-SA-3.0-US",
"private": true,
"packageManager": "pnpm@11.13.1",
"engines": {
"node": "^26"
},
"simple-git-hooks": {
"pre-commit": "node_modules/.bin/nano-staged"
},
"nano-staged": {
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,json,json5,yaml,yml,css,scss,md}": [
"oxfmt --write --no-error-on-unmatched-pattern"
]
},
"scripts": {
"dev": "wrangler dev",
"dev:migrate": "wrangler d1 migrations apply --local dpc",
"gen:types": "wrangler types",
"build": "tsdown",
"lint": "oxlint",
"test": "vitest",
"test:e2e": "vitest -c vitest.e2e.config.ts",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.19.0",
"@cloudflare/workers-types": "5.20260730.1",
"@e18e/eslint-plugin": "0.6.0",
"@leeoniya/ufuzzy": "1.0.19",
"@lukeed/ms": "2.0.2",
"@total-typescript/ts-reset": "0.6.1",
"@tsconfig/node-ts": "23.6.4",
"@tsconfig/node26": "26.0.0",
"@tsconfig/strictest": "2.0.8",
"@types/node": "26.1.2",
"alleviate": "0.2.3",
"db0": "0.3.4",
"discord-api-types": "0.38.52",
"discord-interactions": "4.4.0",
"es-toolkit": "1.50.0",
"h3": "2.0.1-rc.26",
"kysely": "0.29.4",
"mentoss": "0.13.0",
"miniflare": "4.20260722.1",
"nano-staged": "1.0.2",
"oxfmt": "0.61.0",
"oxlint": "1.76.0",
"oxlint-tsgolint": "7.0.2001",
"simple-git-hooks": "2.13.1",
"stable-hash": "0.0.6",
"temporal-polyfill-lite": "0.4.2",
"tsdown": "0.22.14",
"typescript": "6.0.3",
"ultrahtml": "1.7.0",
"unrun": "0.3.1",
"vitest": "5.0.0-beta.6",
"wrangler": "4.115.0",
"xior": "0.8.3"
}
}