-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 590 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 590 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
{
"name": "chatgptapi",
"version": "1.0.0",
"description": "by Meer Tarbani",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "Meer Tarbani",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"chat-gpt-authenticator": "^0.5.0",
"chatgpt": "^5.0.5",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fetch-cookie": "^2.1.0",
"node-fetch": "^3.3.0",
"openai-token": "^1.0.0"
}
}