10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"name": "gpttoolsweb-image-studio",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "A lightweight image generation chat UI for gpt-image-2 compatible endpoints.",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
}
|
|
}
|