{
  "name": "@creit.tech/stellar-wallets-kit",
  "version": "1.7.5",
  "description": "A kit to handle all Stellar Wallets at once",
  "author": {
    "name": "Creit Technologies LLP",
    "url": "https://creit.tech"
  },
  "main": "index.mjs",
  "types": "index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/Creit-Tech/Stellar-Wallets-Kit.git"
  },
  "keywords": [
    "Stellar",
    "Stellar Wallets",
    "Wallet",
    "Wallets",
    "Albedo",
    "xBull Wallet",
    "Rabet",
    "Freighter"
  ],
  "scripts": {
    "dev": "rimraf ./build && rollup -c -w",
    "serve": "vite",
    "build": "rimraf ./build && rollup -c && tsc --emitDeclarationOnly true --outDir ./build -p ./tsconfig.json",
    "copyfiles": "cp ./package.json ./build && cp ./LICENSE ./build && cp ./README.md ./build && cp ./CHANGELOG.md ./build",
    "all": "pnpm run build && pnpm run copyfiles"
  },
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "@albedo-link/intent": "0.12.0",
    "@creit.tech/xbull-wallet-connect": "0.3.0",
    "@hot-wallet/sdk": "1.0.11",
    "@ledgerhq/hw-app-str": "7.0.4",
    "@ledgerhq/hw-transport": "6.31.4",
    "@ledgerhq/hw-transport-webusb": "6.29.4",
    "@lobstrco/signer-extension-api": "1.0.0-beta.0",
    "@ngneat/elf": "2.5.1",
    "@ngneat/elf-devtools": "1.3.0",
    "@ngneat/elf-entities": "5.0.2",
    "@ngneat/elf-persist-state": "1.2.1",
    "@stellar/freighter-api": "4.0.0",
    "@trezor/connect-plugin-stellar": "9.0.6",
    "@trezor/connect-web": "9.5.1",
    "@walletconnect/modal": "2.6.2",
    "@walletconnect/sign-client": "2.11.2",
    "buffer": "6.0.3",
    "events": "3.3.0",
    "lit": "3.2.0",
    "rxjs": "7.8.1"
  },
  "peerDependencies": {
    "@stellar/stellar-base": "^12.1.1"
  },
  "devDependencies": {
    "@ngneat/elf-cli": "3.1.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@typescript-eslint/eslint-plugin": "8.2.0",
    "@typescript-eslint/parser": "8.2.0",
    "@walletconnect/types": "2.15.1",
    "@webcomponents/webcomponentsjs": "2.8.0",
    "esbuild": "0.23.1",
    "eslint": "9.9.1",
    "prettier": "3.3.3",
    "rimraf": "6.0.1",
    "rollup": "4.27.2",
    "rollup-plugin-esbuild": "6.1.1",
    "rollup-watch": "4.3.1",
    "tslib": "^2.8.1",
    "typescript": "5.5.4",
    "vite": "5.4.11"
  }
}
