{
  "name": "sagiri",
  "version": "5.0.0",
  "description": "A simple, lightweight and actually good JS wrapper for the SauceNAO API.",
  "license": "MIT",
  "module": "./dist/sagiri.mjs",
  "types": "./dist/sagiri.d.ts",
  "exports": {
    ".": {
      "import": "./dist/sagiri.mjs"
    }
  },
  "homepage": "https://github.com/ClarityCafe/Sagiri#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClarityCafe/Sagiri"
  },
  "bugs": {
    "url": "https://github.com/ClarityCafe/Sagiri/issues"
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://ko-fi.com/capuccino"
    }
  ],
  "contributors": [
    "sr229",
    "Agent_RBY_",
    "Kotosif"
  ],
  "keywords": [
    "hitorigoto",
    "sagiri",
    "saucenao",
    "simple",
    "easy",
    "api",
    "functional",
    "image",
    "source"
  ],
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "bun --env-file='./.env.test.local' test bun",
    "test:deno": "deno test --unstable-sloppy-imports --allow-net --allow-read test/deno/sagiri.test.ts",
    "coverage:deno": "deno test --unstable-sloppy-imports --allow-net --allow-read --coverage test/deno/sagiri.test.ts",
    "coverage": "bun --env-file='./.env.test.local' test bun --coverage",
    "lint": "eslint --fix",
    "build": "unbuild",
    "prepublishOnly": "bun run build",
    "postinstall": "node scripts/postinstall.js"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "bun": "^1.1.26",
    "eslint": "^9.9.1",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.3.0",
    "unbuild": "^3.2.0"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "form-data": "^4.0.0"
  }
}
