{
  "name": "xhub-ai",
  "version": "1.0.0",
  "description": "XHub uses artificial intelligence to deliver categorized NSFW images with ease. Retrieve high-quality content securely using a simple API wrapper.",
  "type": "module",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "require": "./build/cjs/index.cjs",
      "import": "./build/esm/index.js",
      "default": "./build/esm/index.js"
    },
    "./*": {
      "types": "./types/*.d.ts",
      "require": "./build/cjs/*.cjs",
      "import": "./build/esm/*.js",
      "default": "./build/esm/*.js"
    }
  },
  "scripts": {
    "test": "node example/test.cjs && node example/image.cjs",
    "compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json && node compilec.js",
    "build:clean": "rm -rf ./build",
    "build": "npm-run-all build:clean compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RsnLabs/xhub-js"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://www.buymeacoffee.com/rnilaweera"
  },
  "author": "rnilaweera",
  "license": "MIT",
  "keywords": [
    "ai",
    "api",
    "bot",
    "axios",
    "free",
    "stable",
    "nsfw",
    "nsfw-image",
    "image",
    "porn",
    "pornhub",
    "images",
    "png",
    "gif",
    "hentai",
    "reddit",
    "boobs",
    "anime",
    "real",
    "neko",
    "nekos",
    "discord",
    "discord-nsfw",
    "nsfw-discord",
    "discord-bot"
  ],
  "dependencies": {
    "axios": "^1.6.3"
  },
  "devDependencies": {
    "@types/node": "^20.11.6",
    "npm-run-all": "^4.1.5",
    "typescript": "^5.3.3",
    "undici-types": "^6.4.0"
  }
}