UNPKG

whiskapi

Version:

Unofficial API for Whisk image generation.

49 lines (48 loc) 1.04 kB
{ "name": "whiskapi", "version": "1.0.9", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "private": false, "scripts": { "test": "bun test", "build": "tsc && chmod +x ./dist/index.js" }, "devDependencies": { "@types/bun": "latest", "@types/node": "^24.0.13", "typescript": "^5.8.3" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "bun-types": "^1.2.14", "undici-types": "^6.21.0" }, "repository": { "type": "git", "url": "git+https://github.com/rohitaryal/whisk-api.git" }, "keywords": [ "whisk", "whisk-api", "ai-image-generator", "labs-google" ], "author": "rohitaryal", "license": "MIT", "bugs": { "url": "https://github.com/rohitaryal/whisk-api/issues" }, "homepage": "https://github.com/rohitaryal/whisk-api#readme", "directories": { "example": "examples", "test": "tests" }, "description": "Unofficial API for Whisk image generation." }