-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.37 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.37 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
{
"type": "module",
"scripts": {
"lint": "oxlint --type-aware src",
"lint:fix": "oxlint --type-aware --fix src",
"format": "oxfmt src",
"start": "node --no-warnings=ExperimentalWarning --experimental-strip-types src/index.ts",
"check": "tsc"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.808.0",
"@napi-rs/canvas": "^0.1.89",
"@prisma/client": "^6.12.0",
"@types/node": "^22.14.0",
"@types/tmp": "^0.2.6",
"acorn": "^8.14.1",
"astring": "^1.9.0",
"consola": "^3.4.2",
"defu": "^6.1.4",
"discord.js": "^14.19.3",
"isomorphic-git": "^1.33.1",
"linguist-js": "^2.9.2",
"musicbrainz-api": "^0.25.1",
"ofetch": "^1.5.1",
"pathe": "^2.0.3",
"sharp": "git+ssh://[email protected]/lovell/sharp.git",
"tmp": "^0.2.5",
"zod": "^3.24.2"
},
"devDependencies": {
"lefthook": "^2.1.0",
"oxfmt": "^0.28.0",
"oxlint": "^1.43.0",
"oxlint-tsgolint": "^0.11.4",
"prisma": "^6.12.0",
"typescript": "^5.8.3"
},
"private": true,
"engines": {
"node": ">= 22.6.0",
"pnpm": ">= 10.2.0"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@napi-rs/canvas"
],
"onlyBuiltDependencies": [
"@biomejs/biome",
"@napi-rs/canvas",
"@prisma/client",
"@prisma/engines",
"lefthook",
"prisma",
"sharp"
],
"patchedDependencies": {}
}
}