-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "scribepod",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npx tsx ./scribepod.ts",
"start-reason-dev": "nodemon --watch 'reason/**' --ext 'ts,json' --exec npm run start-reason",
"start-reason": "npx tsx ./reason/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yacineMTB/AgentGraph.git"
},
"author": "",
"license": "MIT. But also, do not use this code to use the GPT API in any manner that you wouldn't otherwise do manually.",
"bugs": {
"url": "https://github.com/yacineMTB/AgentGraph/issues"
},
"homepage": "https://github.com/yacineMTB/AgentGraph#readme",
"dependencies": {
"axios": "^1.2.6",
"cors": "^2.8.5",
"cors-express": "^0.2.2",
"dotenv-safe": "^8.2.0",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-http-proxy": "^1.6.3",
"got": "^12.5.3",
"jsdom": "^20.0.3",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.20",
"openai": "^3.2.1",
"typescript": "^4.9.3",
"uuid": "^9.0.0",
"zx": "^7.1.1"
}
}