{
  "name": "@imaginerlabs/user-agent-generator",
  "version": "1.0.2",
  "description": "High-performance, configurable, batch-generating User-Agent spoofing library. Supports multiple browsers, devices, and returns detailed meta information. Perfect for web scraping, automated testing, proxy pools and more.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "data",
    "README.md",
    "README_CN.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "start": "ts-node src/index.ts",
    "format": "prettier --write .",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "user-agent",
    "ua",
    "generator",
    "web-scraping",
    "anti-detection",
    "automation",
    "testing",
    "browser",
    "chrome",
    "safari",
    "firefox",
    "webkit",
    "spoofing",
    "proxy",
    "crawling"
  ],
  "author": "ImaginerLabs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ImaginerLabs/user-agent-generator.git"
  },
  "bugs": {
    "url": "https://github.com/ImaginerLabs/user-agent-generator/issues"
  },
  "homepage": "https://github.com/ImaginerLabs/user-agent-generator#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.27",
    "globals": "^16.2.0",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "ts-jest": "^29.3.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  }
}
