{
  "name": "@reachfive/identity-core",
  "version": "1.41.0",
  "description": "ReachFive Identity Web Core SDK",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ReachFive/identity-web-core-sdk"
  },
  "author": "ReachFive",
  "main": "cjs/main.js",
  "module": "es/main.js",
  "types": "es/main/main.d.ts",
  "scripts": {
    "build": "rollup -c --environment BUILD:production",
    "watch": "rollup -c -w",
    "test": "jest --silent",
    "watch:test": "jest --silent --watch",
    "lint": "eslint --ext .js,.ts src/",
    "format": "prettier --write \"src/**/{*.ts,*.tsx}\""
  },
  "dependencies": {
    "buffer": "5.6.0",
    "winchan": "0.2.2"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/cordova-plugin-inappbrowser": "2.0.0",
    "@types/google-one-tap": "1.1.0",
    "@types/jest": "28.1.3",
    "@types/lodash": "4.14.161",
    "@types/webappsec-credential-management": "^0.6.8",
    "@typescript-eslint/eslint-plugin": "^6.18.1",
    "@typescript-eslint/parser": "^6.18.1",
    "core-js": "^3.35.0",
    "eslint": "^8.56.0",
    "eslint-plugin-compat": "^4.2.0",
    "jest": "28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "jest-fetch-mock": "3.0.3",
    "jest-junit": "^16.0.0",
    "prettier": "2.1.2",
    "regenerator-runtime": "^0.13.7",
    "rollup": "2.80.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-typescript2": "0.36.0",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.2",
    "tslib": "2.0.1",
    "typescript": "^5.2.2",
    "whatwg-fetch": "^3.4.1"
  },
  "files": [
    "cjs",
    "es",
    "umd"
  ]
}
