{
  "name": "genuine-browser",
  "version": "2.2.8",
  "main": "index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ninsau/genuine-browser.git"
  },
  "bugs": {
    "url": "https://github.com/ninsau/genuine-browser/issues"
  },
  "homepage": "https://github.com/ninsau/genuine-browser#readme",
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts"
  },
  "author": "Your Name",
  "license": "ISC",
  "description": "A package to detect browser requests using cryptographic challenge-response mechanism.",
  "devDependencies": {
    "@swc/core": "^1.7.26",
    "tsup": "^8.3.0",
    "typescript": "^5.6.2"
  },
  "keywords": [
    "browser",
    "detection",
    "security",
    "cryptography",
    "challenge-response",
    "typescript",
    "npm package",
    "client-side security",
    "web security"
  ]
}
