updated the package.json file

pull/77/head
Maria-Aidarus 2023-11-28 21:05:23 +03:00
rodzic 92e01d67c9
commit edf8f0e41a
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -3,13 +3,12 @@
"version": "1.0.0",
"description": "A Netlify function to handle metadata extraction and analysis",
"main": "handleMetadata.js",
"type": "module",
"scripts": {
"start": "node handleMetadata.js"
},
"dependencies": {
"he": "^1.2.0",
"node-fetch": "^2.7.0",
"openai": "4.20.0"
"openai": "^4.20.0"
}
}

Wyświetl plik

@ -35,6 +35,8 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"svelvet": "8.1.0"
"svelvet": "8.1.0",
"node-fetch": "^2.7.0",
"openai": "^4.20.0"
}
}