{
  "name": "@web3auth/solana-provider",
  "version": "9.7.0",
  "homepage": "https://github.com/Web3Auth/Web3Auth#readme",
  "license": "ISC",
  "sideEffects": false,
  "main": "dist/lib.cjs/index.js",
  "module": "dist/lib.esm/index.js",
  "unpkg": "dist/solanaProvider.umd.min.js",
  "jsdelivr": "dist/solanaProvider.umd.min.js",
  "types": "dist/types/index.d.ts",
  "author": "Torus Labs",
  "scripts": {
    "test": "mocha --config ../../.mocharc.json test/**.ts",
    "test-debugger": "mocha --config ../../.mocharc.json --inspect-brk test/**.ts",
    "dev": "torus-scripts start",
    "build": "torus-scripts build",
    "lint": "eslint --fix 'src/**/*.ts'",
    "prepack": "npm run build",
    "pre-commit": "lint-staged --cwd ."
  },
  "dependencies": {
    "@toruslabs/base-controllers": "^7.2.1",
    "@toruslabs/tweetnacl-js": "^1.0.4",
    "@web3auth/auth": "^9.6.4",
    "@web3auth/base": "^9.7.0",
    "@web3auth/base-provider": "^9.7.0",
    "bn.js": "^5.2.1",
    "bs58": "^5.0.0",
    "json-rpc-random-id": "^1.0.1"
  },
  "devDependencies": {
    "@solana/web3.js": "^1.98.0",
    "@types/bn.js": "^5.1.6",
    "@types/bs58": "^4.0.4",
    "@types/json-rpc-random-id": "^1.0.3"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@babel/runtime": "^7.x",
    "@solana/web3.js": "^1.x"
  },
  "lint-staged": {
    "!(*d).ts": [
      "eslint --cache --fix",
      "prettier --write"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Web3Auth/Web3Auth.git"
  },
  "bugs": {
    "url": "https://github.com/Web3Auth/Web3Auth/issues"
  },
  "keywords": [],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.x",
    "npm": ">=9.x"
  },
  "gitHead": "dedcfa4faf7bcc60e5fa3e1b87be2c7e48c652bc"
}
