Monorepo for Aesthetic.Computer aesthetic.computer
at main 22 lines 631 B view raw
1{ 2 "name": "edge-stream", 3 "version": "1.0.0", 4 "description": "Edge functions for supporting streamable responses in aesthetic.computer. Hosted by Vercel at ai.aesthetic.computer.", 5 "main": "index.js", 6 "author": "Jeffrey Alan Scudder", 7 "scripts": { 8 "upgrade": "ncu -u" 9 }, 10 "dependencies": { 11 "@google-cloud/text-to-speech": "^5.0.0", 12 "busboy": "^1.6.0", 13 "eventsource-parser": "^1.0.0", 14 "multiparty": "^4.2.3", 15 "openai": "^4.4.0", 16 "openai-gpt-token-counter": "^1.1.0", 17 "openai-streams": "^6.2.0" 18 }, 19 "devDependencies": { 20 "npm-check-updates": "^16.13.2" 21 } 22}