forked from UrielCh/midjourney-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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
{
"module": "./esm/mod.js",
"main": "./script/mod.js",
"name": "mj-reforged",
"author": "Uriel Chemouni <uchemouni@gmail.com> (https://uriel.deno.dev/)",
"license": "MIT",
"funding": "https://github.com/UrielCh/midjourney-client?sponsor=1",
"contributors": [],
"description": "Midjourney client using Discord. Forked from UrielCh's project.",
"keywords": [],
"homepage": "https://github.com/Project-Timbler/midjourney-client",
"version": "1.1.3",
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Timbler/midjourney-client/midjourney-client.git"
},
"bugs": {
"url": "https://github.com/Project-Timbler/midjourney-client/issues"
},
"engine-strict": {
"node": ">=18"
},
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"scripts": {
"test": "node test_runner.js"
},
"dependencies": {
"@denodnt/logger": "1.1.1",
"discord-api-types": "0.37.42",
"@deno/shim-deno": "~0.16.1"
},
"devDependencies": {
"@types/node": "^20.2.5",
"picocolors": "^1.0.0"
}
}