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", "version": "1.0.0",
"description": "A Netlify function to handle metadata extraction and analysis", "description": "A Netlify function to handle metadata extraction and analysis",
"main": "handleMetadata.js", "main": "handleMetadata.js",
"type": "module",
"scripts": { "scripts": {
"start": "node handleMetadata.js" "start": "node handleMetadata.js"
}, },
"dependencies": { "dependencies": {
"he": "^1.2.0", "he": "^1.2.0",
"node-fetch": "^2.7.0", "node-fetch": "^2.7.0",
"openai": "4.20.0" "openai": "^4.20.0"
} }
} }

Wyświetl plik

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