-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.08 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
42
43
44
45
46
{
"name": "@zeldafan0225/ai_horde",
"types": "./index.d.ts",
"version": "6.0.2",
"description": "A package to interact with the ai horde API",
"bugs": "https://github.com/ZeldaFan0225/ai_horde/issues",
"author": "ZeldaFan0225 (https://github.com/ZeldaFan0225)",
"repository": {
"type": "git",
"url": "git+https://github.com/ZeldaFan0225/ai_horde.git"
},
"license": "MIT",
"exports": {
"import": "./index.mjs",
"require": "./index.js"
},
"keywords": [
"stable horde",
"ai horde",
"stable diffusion",
"image generation",
"stablehorde",
"aihorde",
"stablediffusion"
],
"scripts": {
"build": "node build.mjs && tsc --emitDeclarationOnly",
"prepack": "npm run build",
"test": "node test/test.js",
"docs": "typedoc"
},
"devDependencies": {
"@types/node": "^20.2.5",
"esbuild": "^0.25.9",
"typedoc": "^0.28.12",
"typedoc-plugin-markdown": "^4.8.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@thunder04/supermap": "^3.0.2"
},
"engineStrict": true,
"engines": {
"node": ">=18.0.0"
}
}