{
    "name": "@redwilly/whisk-api",
    "version": "4.0.21",
    "type": "module",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "exports": {
        "import": "./dist/index.js",
        "require": "./dist/index.js"
    },
    "private": false,
    "scripts": {
        "test": "bun test --concurrent",
        "build": "tsc && chmod +x ./dist/Cli.js"
    },
    "devDependencies": {
        "@types/bun": "^1.3.5",
        "@types/yargs": "^17.0.35",
        "typescript": "^5.8.3"
    },
    "peerDependencies": {
        "typescript": "^5"
    },
    "dependencies": {
        "bun-types": "^1.2.14",
        "undici-types": "^6.21.0",
        "yargs": "^18.0.0"
    },
    "bin": {
        "whisk": "./dist/Cli.js"
    },
    "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",
    "description": "Unofficial API for Whisk image generation."
}
