{
  "name": "@schibsted/account-sdk-browser",
  "version": "5.2.7",
  "description": "Schibsted account SDK for browsers",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "build": "./build.sh",
    "clean": "rimraf .cache coverage dist docs",
    "docs": "rimraf docs && jsdoc -c ./jsdoc.conf.json --verbose",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "jest",
    "cover": "jest --coverage"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "tiny-emitter": "^2.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/preset-env": "^7.23.2",
    "babel-loader": "^8.1.0",
    "core-js": "^3.6.5",
    "docdash": "git+https://github.com/torarvid/docdash.git#v0.5.0",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.2",
    "jest": "^26.4.2",
    "jest-junit": "^10.0.0",
    "jsdoc": "^3.6.11",
    "node-fetch": "^2.6.0",
    "regenerator-runtime": "^0.13.7",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "whatwg-url": "^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://schibsted.ghe.com/user-identity/account-sdk-browser.git"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "useBuiltIns": "usage",
          "corejs": 3,
          "targets": {
            "browsers": [
              "> 1%",
              "last 10 chrome major versions",
              "last 10 firefox major versions",
              "last 10 opera major versions",
              "last 2 safari major versions",
              "last 2 ios major versions",
              "last 2 ie major versions",
              "last 5 edge major versions"
            ]
          }
        }
      ]
    ]
  },
  "typings": "index.d.ts"
}
