{
  "name": "@particle-network/authkit",
  "version": "2.0.19",
  "type": "module",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/types/index.d.ts",
  "license": "Apache-2.0",
  "homepage": "https://particle.network",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.cjs",
      "default": "./dist/esm/index.mjs"
    },
    "./chains": {
      "types": "./dist/types/exports/chains.d.ts",
      "require": "./dist/cjs/exports/chains.cjs",
      "default": "./dist/esm/exports/chains.mjs"
    }
  },
  "author": "Particle Network",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ethereum",
    "solana",
    "wallet",
    "blockchain",
    "auth",
    "mpc",
    "particle"
  ],
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rf dist",
    "dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
    "typecheck": "yarn tsc --noEmit",
    "typegen": "tsc --emitDeclarationOnly || true",
    "typegen:watch": "tsc --emitDeclarationOnly --watch",
    "build:watch": "yarn build --watch",
    "build": "mkdir -p dist/cjs && echo '{ \"type\": \"commonjs\" }' > dist/cjs/package.json && node build.js",
    "build:dev": "NODE_ENV=development yarn build",
    "locale:import": "ts-node scripts/locales",
    "locale:export": "ts-node scripts/locales/export.ts",
    "prepare": "MINIFY_CSS=true yarn build",
    "prebuild": "yarn typegen"
  },
  "dependencies": {
    "@particle-network/analytics": "^1.0.2",
    "@particle-network/auth-core": "^2.0.6",
    "ahooks": "^3.7.8",
    "antd": "^4",
    "bn.js": "^5.2.1",
    "country-flag-icons": "^1.4.26",
    "dayjs": "^1.11.7",
    "ethjs-unit": "^0.1.6",
    "json-toy": "^2.0.2",
    "libphonenumber-js": "^1.10.36",
    "lodash": "^4.17.21",
    "lottie-react": "^2.4.0",
    "lzutf8": "^0.6.2",
    "numbro": "^2.3.6",
    "qs": "^6.10.3",
    "react-copy-to-clipboard": "^5.1.0",
    "react-shadow": "^20.5.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@particle-network/wallet": "^2.0.8",
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-prettier": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0",
    "@svgr/webpack": "^5.5.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/user-event": "^13.5.0",
    "@types/bn.js": "^5.1.1",
    "@types/bs58": "^4.0.1",
    "@types/crypto-js": "^4.1.1",
    "@types/eslint-plugin-prettier": "^3.1.0",
    "@types/ethereumjs-abi": "^0.6.3",
    "@types/intl-tel-input": "^17.0.4",
    "@types/jest": "^27.4.1",
    "@types/lodash": "^4.14.199",
    "@types/node": "^17.0.35",
    "@types/react-copy-to-clipboard": "^5.0.4",
    "@types/uuid": "^8.3.4",
    "babel-jest": "^27.4.2",
    "babel-loader": "^8.2.3",
    "babel-plugin-import": "^1.13.5",
    "babel-plugin-named-asset-import": "^0.3.8",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "craco-plugin-scoped-css": "^1.1.1",
    "css-loader": "^6.5.1",
    "css-minimizer-webpack-plugin": "^3.2.0",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-webpack-plugin": "^3.1.1",
    "google-auth-library": "^9.14.1",
    "google-spreadsheet": "^4.1.4",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^7.0.4",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "jest-resolve": "^27.4.2",
    "jest-watch-typeahead": "^1.0.0",
    "less": "^4.1.2",
    "less-loader": "^10.2.0",
    "lint-staged": "^12.3.7",
    "mime-types": "^2.1.35",
    "mini-css-extract-plugin": "^2.4.5",
    "node-xlsx": "^0.21.0",
    "postcss": "^8.4.4",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-loader": "^6.2.1",
    "postcss-normalize": "^10.0.1",
    "postcss-preset-env": "^7.0.1",
    "prettier": "^2.6.2",
    "resolve": "^1.20.0",
    "resolve-url-loader": "^4.0.0",
    "sass": "^1.68.0",
    "sass-loader": "^12.3.0",
    "source-map-loader": "^3.0.0",
    "style-loader": "^3.3.1",
    "terser-webpack-plugin": "^5.2.5",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.2",
    "viem": "^2.11.1",
    "webpack": "^5.64.4",
    "webpack-dev-server": "^4.6.0",
    "webpack-manifest-plugin": "^4.0.2",
    "workbox-webpack-plugin": "^6.4.1"
  },
  "peerDependencies": {
    "@particle-network/wallet": "^2",
    "react": ">=17.0.0",
    "viem": "^2"
  },
  "gitHead": "137bb6a26e39a7516352e5d8364813cb9301ca2b"
}
