-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 957 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
{
"name": "mkfd",
"module": "index.ts",
"type": "module",
"version": "2.1.0",
"scripts": {
"build": "cd frontend && bun run build",
"start": "bun run index.ts",
"dev": "bun run index.ts --watch --passkey=admin123 --cookieSecret=a18c1fd2211edd76a18c1fd2211edd76 --encryptionKey=a18c1fd2211edd76"
},
"dependencies": {
"axios": "^1.8.2",
"bun": "^1.1.33",
"bun-types": "^0.1.0",
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"feed": "^5.1.0",
"hono": "^4.6.8",
"hono-sessions": "^0.7.0",
"js-yaml": "^4.1.0",
"mailparser": "^3.7.2",
"minimist": "^1.2.8",
"node-forge": "^1.3.1",
"node-imap": "^0.9.6",
"patchright": "^1.51.3",
"readline": "^1.3.0",
"uuid": "^11.0.2",
"xmldom": "^0.6.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"@types/bun": "^1.1.12",
"@types/cheerio": "0.22.31",
"@types/node-imap": "^0.9.3",
"@types/xml": "1.0.8"
}
}