-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 823 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
{
"name": "bottest",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "nodemon dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.11.4",
"@types/puppeteer": "^7.0.4",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"moment-timezone": "^0.5.45",
"nodemon": "^3.1.0",
"openai": "^4.47.1",
"puppeteer": "^22.10.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"request": "^2.88.2"
},
"devDependencies": {
"@types/moment-timezone": "^0.5.30",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
},
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"editor.formatOnSave": true
}