forked from lioensky/VCPToolBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.65 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
{
"name": "cherry-var",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@dqbd/tiktoken": "^1.0.22",
"@mozilla/readability": "^0.6.0",
"@node-rs/jieba": "^2.0.1",
"@tavily/core": "^0.5.2",
"axios": "^1.6.0",
"basic-auth": "^2.0.1",
"better-sqlite3": "^12.4.1",
"chalk": "^5.6.2",
"cheerio": "^1.1.2",
"chinese-lunar-calendar": "^1.0.1",
"chokidar": "^3.5.3",
"commander": "^14.0.3",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"eslint": "^9.39.1",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"flatted": "^3.3.3",
"hnswlib-node": "^1.4.2",
"https-browserify": "^1.0.0",
"https-proxy-agent": "^7.0.4",
"ioredis": "^5.6.1",
"jsdom": "^24.1.3",
"mailparser": "^3.7.4",
"mammoth": "^1.11.0",
"md5": "^2.3.0",
"mime-types": "^3.0.1",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"node-imap": "^0.9.6",
"node-schedule": "^2.1.1",
"pdf-parse": "^2.2.16",
"pm2": "^6.0.11",
"proper-lockfile": "^4.1.2",
"puppeteer": "^22.15.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"rss-parser": "^3.13.0",
"serpapi": "^2.2.1",
"stylelint": "^16.25.0",
"trash": "^10.0.0",
"turndown": "^7.2.1",
"undici": "^7.13.0",
"user-agents": "^1.1.597",
"uuid": "^9.0.0",
"winston": "^3.17.0",
"ws": "^8.17.0"
}
}