-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 798 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
29
{
"name": "stable-diffusion-nodejs",
"version": "1.0.0",
"description": "Simple API for generating images from text prompts using Prodia.",
"main": "connect.js",
"scripts": {
"start": "node connect.js"
},
"keywords": [
"stable diffusion",
"prodia.js",
"nodejs",
"web"
],
"author": "RizzyFuzz",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-rate-limit": "^7.4.0",
"morgan": "^1.10.0",
"prodia.js": "^3.0.0",
"swagger-themes": "latest",
"swagger-ui-express": "github:rizzlogy/swagger-ui-express"
}
}