-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "@zeldafan0225/ai_horde",
"types": "./index.d.ts",
"version": "5.2.0",
"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.17.19",
"typedoc": "^0.26.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.6.3"
},
"dependencies": {
"@thunder04/supermap": "^3.0.2"
},
"engineStrict": true,
"engines": {
"node": ">=18.0.0"
}
}