{
  "name": "@ta-interaktiv/browsercheck",
  "version": "1.3.2",
  "description": "Small library to check for various browsers and screen sizes.",
  "main": "dist/index.cjs",
  "jsnext:main": "es/index.js",
  "module": "es/index.js",
  "type": "module",
  "types": "es/index.d.ts",
  "scripts": {
    "clean": "rimraf dist es",
    "dist": "rollup -c",
    "docs": "typedoc src/",
    "prepare": "npm run clean  && npm run dist"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:ta-interaktiv/packages.git"
  },
  "bugs": {
    "url": "https://gitlab.com/ta-interaktiv/packages/issues"
  },
  "homepage": "https://gitlab.com/ta-interaktiv/packages/tree/master/packages/browsercheck",
  "keywords": [
    "library",
    "utility",
    "browsercheck"
  ],
  "files": [
    "dist/",
    "src/",
    "es/"
  ],
  "author": "Kaspar Manz <kaspar.manz@tamedia.ch>",
  "license": "ISC",
  "jest": {
    "preset": "@ta-interaktiv/jest-preset"
  },
  "gitHead": "40026ef2cf71f674801f37976e91172295f18fe1"
}
