{
  "name": "@tonyrl/rand-user-agent",
  "version": "2.0.83",
  "description": "This package is for getting latest agents and randomize it",
  "keywords": [
    "agent",
    "agents",
    "random",
    "random-user-agent",
    "user",
    "user-agent",
    "user-agents"
  ],
  "homepage": "https://github.com/TonyRL/rand-user-agent#readme",
  "bugs": {
    "url": "https://github.com/TonyRL/rand-user-agent/issues"
  },
  "repository": "git://github.com/TonyRL/rand-user-agent.git",
  "license": "ISC",
  "author": "TonyRL",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./data/user-agents.json": "./data/user-agents.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "files": [
    "dist",
    "data"
  ],
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "pnpm run build",
    "test": ""
  },
  "devDependencies": {
    "@types/node": "^22.0.2",
    "@types/pg": "^8.6.6",
    "device-detector-js": "^3.0.3",
    "dotenv": "^16.1.4",
    "mysql2": "^3.3.4",
    "pg": "^8.7.1",
    "prettier": "^3.0.2",
    "semver": "^7.5.1",
    "tsup": "^8.0.0",
    "typescript": "^5.1.3",
    "ua-parser-js": "^2.0.2",
    "zx": "^8.0.2"
  },
  "engines": {
    "node": ">=14.16"
  }
}
