{
  "name": "@braintree/browser-detection",
  "version": "1.11.1",
  "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.19",
    "@types/node": "^14.14.20",
    "eslint": "^7.17.0",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  },
  "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": {
    "preset": "ts-jest",
    "restoreMocks": true,
    "resetMocks": true
  }

,"_resolved": "https://registry.npmjs.org/@braintree/browser-detection/-/browser-detection-1.11.1.tgz"
,"_integrity": "sha512-jE5GRXNT2Ey3itbR7uTYdzbiLs9CP0kCInjTJFItApMFPj6F2Dm0Yb56C/69f7BL282gcCRqwhXVgaTeVwTWbw=="
,"_from": "@braintree/browser-detection@1.11.1"
}