-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
package.json
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
{
"name": "live-chat-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "ts-node src/test.ts",
"start": "ts-node src/index.ts",
"dev": "nodemon --exec ts-node src/index.ts",
"auth-server": "ts-node src/auth.ts",
"test-twicas": "ts-node src/test-twicas.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@onecomme.com/onesdk": "^7.0.0",
"@types/fast-levenshtein": "^0.0.4",
"@types/ws": "^8.5.13",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"csv-parser": "^3.1.0",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fast-levenshtein": "^3.0.0",
"fastest-levenshtein": "^1.0.16",
"google-auth-library": "^9.15.0",
"googleapis": "^144.0.0",
"openai": "^4.77.0",
"typescript": "^5.7.2",
"ws": "^8.18.0",
"yt-dlp-wrap": "^2.3.12"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.2",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2"
}
}