{
  "name": "booru",
  "version": "2.9.0",
  "description": "Search (and do other things) on a bunch of different boorus!",
  "author": "AtoraSuunva (https://github.com/AtoraSuunva/)",
  "license": "MIT",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "homepage": "https://github.com/AtoraSuunva/booru#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AtoraSuunva/booru.git"
  },
  "bugs": {
    "url": "https://github.com/AtoraSuunva/booru/issues"
  },
  "keywords": [
    "booru",
    "e621",
    "hypnohub",
    "danbooru",
    "konachan",
    "yandere",
    "gelbooru",
    "rule34",
    "safebooru",
    "tbib",
    "xbooru",
    "paheal",
    "derpibooru"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "fast-xml-parser": "^5.3.7",
    "undici": "^7.22.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.4",
    "@types/node": "^24.10.13",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "files": [
    "dist/"
  ],
  "directories": {
    "lib": "src/",
    "test": "test/"
  },
  "contributors": [
    {
      "name": "Vladlen",
      "url": "https://github.com/negezor"
    },
    {
      "name": "Favna",
      "url": "https://github.com/Favna"
    },
    {
      "name": "Bobby Wibowo",
      "url": "https://github.com/BobbyWibowo"
    },
    {
      "name": "AtoraSuunva",
      "url": "https://github.com/AtoraSuunva"
    }
  ],
  "scripts": {
    "test": "tsx --test",
    "lint": "biome check && tsc --noEmit",
    "lint:fix": "biome check --write && tsc --noEmit",
    "prebuild": "pnpm run lint",
    "build": "tsc --build"
  }
}