-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1023 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1023 Bytes
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
{
"name": "justsendit",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"lint": "oxlint --type-aware src",
"lint:fix": "oxlint --type-aware --fix src",
"format": "oxfmt src",
"registerCommands": "node --disable-warning=ExperimentalWarning --experimental-transform-types src/registerCommands.ts",
"start": "node --disable-warning=ExperimentalWarning --experimental-transform-types src/index.ts"
},
"keywords": [],
"author": "",
"packageManager": "pnpm@10.29.3",
"dependencies": {
"@oceanicjs/builders": "^1.1.11",
"dotenv": "^16.6.1",
"oceanic.js": "^1.13.0",
"sharp": "^0.34.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^24.10.13",
"lefthook": "^2.1.1",
"oxfmt": "^0.33.0",
"oxlint": "^1.48.0",
"oxlint-tsgolint": "^0.14.0",
"typescript": "^5.9.3"
},
"type": "module",
"pnpm": {
"onlyBuiltDependencies": [
"@seydx/node-av-linux-x64",
"node-av",
"sharp"
]
}
}