-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
143 lines (143 loc) · 4.17 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "wp-bot",
"module": "index.ts",
"version": "4.3.2",
"description": "A bot for whatsapp made using the whatsapp-web.js library",
"main": "index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/scaranaraa/wp-bot.git"
},
"keywords": [
"whatsapp bot",
"bot",
"whatsapp web",
"whatsapp"
],
"author": "scaranaraa",
"license": "MIT",
"bugs": {
"url": "https://github.com/scaranaraa/wp-bot/issues"
},
"homepage": "https://github.com/scaranaraa/wp-bot#readme",
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "^0.20.6",
"@azure/openai": "^1.0.0-beta.12",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@google-cloud/storage": "^7.11.2",
"@google-cloud/vertexai": "^1.2.0",
"@google/generative-ai": "^0.13.0",
"@gradio/client": "git+https://github.com/scaranaraa/gradio.git",
"@langchain/anthropic": "^0.1.16",
"@langchain/community": "^0.0.51",
"@napi-rs/canvas": "^0.1.52",
"@napi-rs/canvas-linux-x64-gnu": "^0.1.52",
"@typegoose/typegoose": "^12.5.0",
"@types/cheerio": "^0.22.35",
"@types/chess.js": "^0.13.7",
"@types/common-tags": "^1.8.4",
"@types/express": "^4.17.21",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/mongoose": "^5.11.97",
"@types/node-schedule": "^2.1.7",
"@types/qrcode-terminal": "^0.12.2",
"@types/react": "^18.3.3",
"@waylaidwanderer/chatgpt-api": "git+https://github.com/scaranaraa/node-chatgpt-api.git",
"aki-api": "^7.0.1",
"axios": "^1.7.2",
"canvacord": "^6.0.2",
"canvas": "^2.11.2",
"carbon-now": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"chess.js": "^1.0.0-beta.8",
"common-tags": "^1.8.2",
"csv-parse": "^5.5.6",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"eventsource": "^2.0.2",
"everyday-fun": "^1.1.0",
"express": "^4.19.2",
"fluent-ffmpeg": "^2.1.3",
"fs": "^0.0.1-security",
"https-proxy-agent": "^7.0.4",
"jimp": "^0.22.12",
"jsdoc": "^4.0.3",
"jsdoc-baseline": "^0.1.5",
"keyv-file": "^0.3.1",
"langchain": "^0.1.35",
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"moment": "^2.30.1",
"mongodb": "^6.7.0",
"mongoose": "^8.4.3",
"node-fetch": "^3.3.2",
"node-json-db": "^2.3.0",
"node-schedule": "^2.1.1",
"node-shazam": "^1.2.3",
"node_characterai": "^1.2.7",
"openai": "^4.51.0",
"parse-duration": "^1.1.0",
"pm2": "^5.4.1",
"pretty-ms": "^9.0.0",
"puppeteer": "^22.11.2",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"rimraf": "^5.0.7",
"shuffle-list": "^1.0.0",
"sourcebin": "^5.0.0",
"string-similarity-js": "^2.1.4",
"text-to-image": "^5.2.0",
"tic-tac-toe-minimax": "^1.0.8",
"uuid": "^9.0.1",
"whatsapp-web.js": "https://github.com/scaranaraa/whatsapp-web.js.git#commit=97d0b5d4587947b5622c6e0de5c2d7c0b357b4f5",
"wordcloud-generator": "^1.0.8",
"wordnet": "^2.0.0",
"yt-dl-playlist": "^2.1.0",
"yt-search": "^2.11.0",
"ytdl-core": "^4.11.5"
},
"packageManager": "yarn@4.3.0",
"scripts": {
"start": "npm run build && (pm2 stop all && pm2 start dist/index.js -n wwjs || pm2 start dist/index.js -n wwjs)",
"build": "rimraf dist && tsc",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore . --fix",
"generate-docs": "jsdoc --configure jsdoc.json --verbose"
},
"simple-git-hooks": {},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@types/request": "^2.48.12",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"clean-jsdoc-theme": "^4.3.0",
"eslint": "9.5.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-xo-typescript": "^4.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "^6.2.0",
"globals": "^15.6.0",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1"
},
"nodemonConfig": {
"verbose": true,
"ignore": [
"*.js",
"*.json",
"*",
"**"
]
}
}