{
  "name": "@ta-interaktiv/browsercheck",
  "version": "1.3.4",
  "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+https://github.com/DND-IT/interaktiv-packages.git"
  },
  "bugs": {
    "url": "https://github.com/DND-IT/interaktiv-packages/issues"
  },
  "homepage": "https://github.com/DND-IT/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": "d3c7ff3db29a19cde4a4be10fdb47f254ba95d3e"
}
