{
  "name": "@wezom/browserizr",
  "version": "9.0.0",
  "description": "Detects your browser, device and platform",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "build": "npm run build:clen-prev && npm run build:esnext && npm run build:cjs && npm run build:format",
    "test": "npm run prettier && npm run eslint && npm run jest",
    "test:autofix": "npm run prettier:autofix && npm run eslint:autofix && npm run jest:coverage",
    "----------------------------------------------- BUILD": "SECTION",
    "build:clen-prev": "del-cli dist && del-cli ../browserizr-cjs/dist --force",
    "build:esnext": "tsc",
    "build:cjs": "rollup -c rollup.config.js",
    "build:format": "prettier dist/**/*.{d.ts,js} --check --write && prettier ../browserizr-cjs/dist/**/*.{d.ts,js} --check --write",
    "----------------------------------------------- AUTODOC": "SECTION",
    "autodoc:typedoc": "typedoc src --json .cache/typedoc.json && node ../../utils/autodoc-typedoc-normalize.js",
    "autodoc:inject": "node ../../utils/autodoc-ts-tool.js && prettier ./README.md --write",
    "----------------------------------------------- TEST": "SECTION",
    "prettier": "prettier \"./src/**/*.ts\" --check",
    "prettier:autofix": "npm run prettier -- --write",
    "eslint": "eslint  ./src/*.ts --cache --cache-location ./.cache/eslint/.eslintcache",
    "eslint:autofix": "npm run eslint -- --fix",
    "jest": "jest --passWithNoTests",
    "jest:coverage": "npm run jest -- --coverage --collectCoverageFrom=\"./src/**/*.ts\" && istanbul-badges-readme"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WezomCompany/browserizr.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "browser",
    "js",
    "detect",
    "userAgent",
    "platform",
    "android",
    "android-3",
    "android-4",
    "android-5",
    "android-6",
    "android-7",
    "android-8",
    "android-9",
    "android-10",
    "chrome",
    "edge",
    "edge-android",
    "edge-ios",
    "ie",
    "ie-8",
    "ie-9",
    "ie-10",
    "ie-11",
    "ios",
    "ipad",
    "ipod",
    "iphone",
    "iphone-4",
    "iphone-5",
    "iphone-6",
    "iphone-7",
    "iphone-8",
    "iphone-x",
    "linux",
    "mac",
    "maclike",
    "meizu-phone",
    "meizu-note-phone",
    "mozilla",
    "firefox",
    "opera",
    "redmi-phone",
    "redmi-note-phone",
    "safari",
    "windows",
    "windows-xp",
    "windows-vista",
    "windows-7",
    "windows-8",
    "windows-10",
    "windows-phone",
    "commonjs"
  ],
  "license": "BSD-3-Clause",
  "author": {
    "name": "Oleg Dutchenko",
    "email": "dutchenko.o.dev@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/WezomCompany/browserizr/issues"
  },
  "homepage": "https://github.com/WezomCompany/browserizr/tree/main/packages/browserizr#readme",
  "gitHead": "4967211e1927aaf7a94682830d166b8539e7cf53"
}
