Zenith-V1.1-Coder / sunlight /package.json
algorythmtechnologies's picture
Initial commit with Gradio app and model loading from Hub
e335e03
raw
history blame
346 Bytes
{
"name": "sunlight",
"version": "1.0.0",
"description": "A web browser with an AI-powered search engine.",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"electron": "^39.1.0"
}
}