-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 918 Bytes
/
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
{
"name": "auto-gpt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node-dev --respawn index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/clipboardy": "^2.0.1",
"@types/express": "^4.17.17",
"@types/pdf-parse": "^1.1.1",
"cheerio": "^1.0.0-rc.12",
"clipboardy": "^3.0.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"pdf-parse": "^1.1.1",
"pdf-parser": "^1.0.5",
"prompt-sync": "^4.2.0",
"puppeteer": "^20.9.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"typescript": "^5.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/prompt-sync": "^4.2.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0"
}
}