-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
78 lines (78 loc) · 2.32 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "stable-diffusion-discord-bot",
"version": "2.0.0",
"description": "A powerful, flexible, uncensored AI art bot. Illustrate your imagination.",
"exports": "./src/main.js",
"main": "./src/main.js",
"scripts": {
"start": "node --max_old_space_size=18192 src/main.js"
},
"homepage": "https://github.com/ausbitbank/stable-diffusion-discord-bot",
"repository": "github:ausbitbank/stable-diffusion-discord-bot",
"bugs": "https://github.com/ausbitbank/stable-diffusion-discord-bot/issues",
"keywords": [
"discord",
"stablediffusion",
"art",
"invokeai",
"text-to-image"
],
"license": "Unlicense",
"author": "ausbitbank <[email protected]> (https://ausbit.dev)",
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/unixfs": "^1.4.3",
"@hiveio/dhive": "^1.3.1-beta",
"@libp2p/bootstrap": "^9.0.0",
"@libp2p/kad-dht": "^14.1.0",
"@libp2p/tcp": "^8.0.3",
"@libp2p/upnp-nat": "^2.0.10",
"@stable-canvas/comfyui-client": "^1.2.11",
"axios": "^1.6.8",
"blockstore-fs": "^1.1.10",
"canvas": "^2.11.2",
"cheerio": "^1.0.0-rc.12",
"colors": "1.4.0",
"compression": "^1.7.4",
"connect-ensure-login": "^0.1.1",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"csurf": "^1.11.0",
"datastore-fs": "^9.1.8",
"debounce": "^2.0.0",
"duck-duck-scrape": "^2.2.5",
"duckduckgo-images-api": "^1.0.5",
"ejs": "^3.1.10",
"eris": "abalabahaha/eris#dev",
"exifreader": "^4.23.1",
"express": "^4.19.2",
"express-session": "^1.18.0",
"file-type": "^19.0.0",
"form-data": "^4.0.0",
"helia": "^2.0.3",
"hive-uri": "^0.2.5",
"jimp": "^0.22.12",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"node-cron": "^3.0.3",
"node-datachannel": "0.5.2",
"node-domexception": "1.0.0",
"openai": "^4.46.1",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"passport-local-sequelize": "^0.9.1",
"path": "^0.12.7",
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"qrcode": "^1.5.3",
"sequelize": "^6.37.4",
"sharp": "^0.32.6",
"socket.io-client": "^4.7.5",
"sqlite3": "^5.1.7",
"stripe": "^15.6.0",
"ws": "^8.17.1"
}
}