-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 805 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 805 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
{
"name": "miz",
"type": "module",
"scripts": {
"start": "bun run ./main.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node-schedule": "^2.1.8"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@google/genai": "^1.37.0",
"NeteaseCloudMusicApi": "^4.28.1",
"cheerio": "^1.1.2",
"dayjs": "^1.11.19",
"exifreader": "^4.36.0",
"fast-xml-parser": "^5.3.3",
"file-type": "^21.3.0",
"mint-filter": "^4.0.3",
"miz": "link:miz",
"node-napcat-ts": "^0.4.20",
"node-schedule": "^2.1.1",
"openai": "^6.16.0",
"pg": "^8.17.1",
"pinyin-pro": "^3.28.0",
"puppeteer-core": "^24.35.0",
"typeorm": "^0.3.28",
"winston": "^3.19.0",
"youtube-dl-exec": "^3.0.29",
"zod": "^4.3.5"
}
}