forked from Nano-Banana-AI/Nano-Banana-AI
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 678 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "nano-banana-ai",
"version": "1.0.0",
"description": "Nano Banana AI - Advanced AI Image Editor Website",
"main": "index.html",
"scripts": {
"start": "python3 -m http.server 8000",
"dev": "live-server --port=8000",
"build": "echo 'No build process required for static site'"
},
"keywords": [
"AI",
"image-editor",
"natural-language",
"image-generation",
"web-app"
],
"author": "Nano Banana AI",
"license": "MIT",
"devDependencies": {
"live-server": "^1.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Nano-Banana-AI/Nano-Banana-AI.git"
},
"homepage": "https://nanobanana.ai"
}