UNPKG

aipg_horde

Version:

A package to interact with the ai horde API

48 lines (47 loc) 1.12 kB
{ "name": "aipg_horde", "types": "./index.d.ts", "version": "5.2.0", "description": "A package to interact with the ai horde API", "bugs": "https://github.com/AIPowergrid/ai_horde/issues", "author": "AIPowergrid (https://github.com/AIPowergrid)", "repository": { "type": "git", "url": "git+https://github.com/AIPowergrid/aipg_horde.git" }, "license": "MIT", "exports": { "import": "./index.mjs", "require": "./index.js" }, "keywords": [ "stable horde", "ai horde", "stable diffusion", "image generation", "stablehorde", "aihorde", "stablediffusion", "aipowergrid" ], "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" } }