{
  "name": "detect-browsers",
  "description": "Detect browsers installed on a system.",
  "version": "6.1.0",
  "homepage": "https://github.com/Subash/detect-browsers",
  "repository": "https://github.com/Subash/detect-browsers",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rm -r lib",
    "compile": "tsc",
    "prepack": "npm run clean && npm run compile",
    "test": "jest"
  },
  "dependencies": {
    "which": "^4.0.0"
  },
  "devDependencies": {
    "@types/which": "^3.0.0",
    "jest": "^29.5.0",
    "typescript": "^5.0.3"
  }
}
