UNPKG

better-auth-is-bot

Version:

A better-auth plugin to detect and block bots.

38 lines 805 B
{ "name": "better-auth-is-bot", "version": "1.0.0", "description": "A better-auth plugin to detect and block bots.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "better-auth", "bots", "security", "auth" ], "author": "", "license": "MIT", "dependencies": { "better-auth": "^1.2.10", "dotenv": "^17.0.0", "isbot": "^5.1.28", "unbuild": "^3.5.0", "vitest": "^3.2.4", "zod": "^3.25.67" }, "devDependencies": { "@biomejs/biome": "^2.0.6", "@types/better-sqlite3": "^7.6.13", "better-sqlite3": "^12.2.0" }, "scripts": { "test": "vitest", "build": "unbuild", "dev": "unbuild --watch", "lint": "biome check .", "lint:fix": "biome check --write . --unsafe" } }