Genus-gpt-api / package.json
Domify's picture
Create package.json
0b1cf0c verified
raw
history blame contribute delete
194 Bytes
{
"name": "genus-gpt-api",
"version": "1.0.0",
"scripts": { "start": "node index.js" },
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"node-fetch": "^2.6.7"
}
}