{
  "name": "@braintree/browser-detection",
  "version": "1.12.0",
  "description": "A small lib to detect browser compatibility for braintree products",
  "main": "dist/browser-detection.js",
  "types": "dist/browser-detection.d.ts",
  "files": [
    "dist",
    "*.js"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/node": "^15.6.1",
    "eslint": "^7.27.0",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
    "jest": "^27.0.3",
    "prettier": "^2.3.0",
    "ts-jest": "^27.0.2",
    "typescript": "^4.3.2"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "prettier --write .",
    "build": "tsc --declaration",
    "lint": "eslint --ext js,ts .",
    "posttest": "npm run lint",
    "pretest": "npm run build",
    "test": "jest",
    "version": "./version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/braintree/browser-detection.git"
  },
  "keywords": [],
  "author": "Braintree <code@getbraintree.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/braintree/browser-detection/issues"
  },
  "homepage": "https://github.com/braintree/browser-detection#readme",
  "jest": {
    "testEnvironment": "jsdom",
    "preset": "ts-jest",
    "restoreMocks": true,
    "resetMocks": true
  }

,"_resolved": "https://registry.npmjs.org/@braintree/browser-detection/-/browser-detection-1.12.0.tgz"
,"_integrity": "sha512-fmZcaXYkXr9b0J+3HwXLQogIYV+xSS6aBG7LGu0OjLkSD/k62EAu2xLGEDFHUu6siH/I7vvGoC0/Ds3f3RnS6g=="
,"_from": "@braintree/browser-detection@1.12.0"
}