-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "whatsapp-chatgpt",
"version": "1.0.0",
"description": "ChatGPT and DallE Utils",
"main": "src/index.ts",
"author": "Snehil Bhushan",
"scripts": {
"start": "vite-node src/index.ts",
"start-terminal": "vite-node src/cliChat.ts",
"build": "ts-node --esm src/index.ts",
"prettier": "prettier --write src"
},
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.6.3",
"chatgpt-official": "^1.1.9",
"dotenv": "^16.0.3",
"openai": "^3.2.1",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.21.0"
},
"devDependencies": {
"@types/qrcode-terminal": "^0.12.0",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"chatgpt": "^5.2.4",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"vite-node": "^0.31.1"
}
}