ilhamap/live-vision
1
1{2 "name": "live-vision",3 "version": "1.0.0",4 "description": "",5 "main": "index.mjs",6 "type": "module",7 "scripts": {8 "test": "echo \"Error: no test specified\" && exit 1",9 "server": "node index.js"10 },11 "author": "ilham",12 "license": "MIT",13 "dependencies": {14 "@google/generative-ai": "^0.2.0",15 "@gradio/client": "^0.10.1",16 "dotenv": "^4.0.0",17 "eventsource": "^2.0.2",18 "express": "^4.18.2",19 "fs": "^0.0.1-security",20 "socket.io": "^4.5.4"21 }22}23 