Spaces:
Sleeping
Sleeping
{ | |
"name": "GptDemo", | |
"version": "1.0.0", | |
"description": "gpt demo api", | |
"main": "index.js", | |
"type": "module", | |
"scripts": { | |
"start": "node index.js" | |
}, | |
"keywords": [ | |
"Node.js", | |
"Express", | |
"chat" | |
], | |
"author": "Nex", | |
"license": "MIT", | |
"dependencies": { | |
"express": "^4.17.1", | |
"body-parser": "^1.19.0", | |
"axios": "^0.24.0", | |
"luxon": "^2.0.2", | |
"puppeteer": "latest", | |
"cheerio": "latest", | |
"g4f": "*", | |
"@google/generative-ai": "latest" | |
} | |
} | |