-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 884 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
{
"name": "gpt-agent",
"version": "1.0.0",
"description": "GPT agent",
"repository": "https://github.com/Lukasz-pluszczewski/gpt-agent",
"main": "dist",
"scripts": {
"start": "NODE_PATH=src ENV=development NODE_OPTIONS='-r dotenv/config' tsnd src/index.ts"
},
"author": "Łukasz Pluszczewski",
"license": "MIT",
"dependencies": {
"all-log": "1.1.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "7.0.0",
"ink": "^3.2.0",
"langchain": "^0.0.72",
"lodash": "4.17.13",
"mathjs": "^11.8.0",
"nerdamer": "^1.1.13",
"pupeteer": "^0.0.1",
"puppeteer": "^20.1.2",
"querystring": "^0.2.1",
"react": "^18.2.0",
"unfluff": "^3.2.0",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@types/node": "^20.1.1",
"prettier": "2.7.1",
"ts-node": "^10.8.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
}
}