{
  "name": "@braintree/browser-detection",
  "version": "1.11.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.13",
    "@types/node": "^14.10.1",
    "eslint": "^7.8.1",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
    "jest": "^26.4.2",
    "prettier": "^2.1.1",
    "ts-jest": "^26.3.0",
    "typescript": "^3.9.7"
  },
  "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.0.tgz"
,"_integrity": "sha512-A6G4DDygjLskhJkQvb6sURWSqL2sCkjKgnL6Pi2ZhiqOffiyyETmUpUSquCGthD8BKLGqVPpwHT4t883B9iZxw=="
,"_from": "@braintree/browser-detection@1.11.0"
}