forked from ZeldaFan0225/ai_horde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 Bytes
/
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
{
"name": "@zeldafan0225/stable_horde",
"types": "./index.d.ts",
"version": "1.3.3",
"description": "A package to interact with the stable horde API",
"bugs": "https://github.com/ZeldaFan0225/stable_horde/issues",
"author": "ZeldaFan0225 (https://github.com/ZeldaFan0225)",
"repository": "github:ZeldaFan0225/stable_horde",
"license": "MIT",
"exports": {
"import": "./index.mjs",
"require": "./index.js"
},
"keywords": [
"stable horde",
"stable diffusion",
"image generation"
],
"scripts": {
"build": "node build.mjs && tsc --emitDeclarationOnly",
"prepack": "npm run build",
"test": "node test/test.js"
},
"devDependencies": {
"@types/centra": "^2.2.0",
"@types/node": "^18.11.3",
"typescript": "^4.8.4"
},
"dependencies": {
"@thunder04/supermap": "^3.0.2",
"centra": "^2.5.0",
"esbuild": "^0.12.28"
}
}