-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 726 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 726 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
35
{
"name": "vercel-openai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ChatGPT",
"GPT",
"OpenAI",
"Proxy"
],
"author": "Honye",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.0",
"@types/uuid": "^9.0.1",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"uuid": "^9.0.0",
"vercel": "^28.16.15"
},
"dependencies": {
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4"
}
}