{
  "name": "@braintree/browser-detection",
  "version": "1.12.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": "^27.0.2",
    "@types/node": "^16.9.6",
    "eslint": "^7.32.0",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
    "jest": "^27.2.1",
    "prettier": "^2.4.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.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": {
    "testEnvironment": "jsdom",
    "preset": "ts-jest",
    "restoreMocks": true,
    "resetMocks": true
  }

,"_resolved": "https://registry.npmjs.org/@braintree/browser-detection/-/browser-detection-1.12.1.tgz"
,"_integrity": "sha512-i/54qrax5o/WbJJhsE/7qqKE594/kGhR+xSu/w13rT7Mlr/uITkWDXzxffcKQ6l6FQxK0IG0EfgT6TJpWgZcUQ=="
,"_from": "@braintree/browser-detection@1.12.1"
}