{
  "name": "@tuwaio/satellite-solana",
  "version": "0.6.0",
  "private": false,
  "author": "Oleksandr Tkach",
  "license": "Apache-2.0",
  "description": "L4 Solana package of Satellite Connect (TUWA): Wallet Standard adapter, connections watcher and message signer for Solana wallets, built on @solana/kit.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "socket.json"
  ],
  "keywords": [
    "tuwa",
    "satellite-connect",
    "wallet-connection",
    "web3",
    "solana",
    "wallet-standard",
    "solana-kit",
    "sns",
    "typescript",
    "headless"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TuwaIO/satellite-connect.git",
    "directory": "packages/satellite-solana"
  },
  "homepage": "https://github.com/TuwaIO/satellite-connect",
  "bugs": {
    "url": "https://github.com/TuwaIO/satellite-connect/issues"
  },
  "contributors": [
    {
      "name": "Oleksandr Tkach",
      "url": "https://github.com/Argeare5"
    }
  ],
  "peerDependencies": {
    "@tuwaio/orbit-core": ">=0.3",
    "@tuwaio/orbit-solana": ">=0.3",
    "@tuwaio/satellite-core": ">=0.5",
    "@solana/kit": ">=8.2",
    "@wallet-standard/base": "1.1.x",
    "@wallet-standard/features": "1.1.x",
    "@wallet-standard/ui": "1.x.x",
    "@wallet-standard/ui-registry": "1.x.x"
  },
  "devDependencies": {
    "@tuwaio/orbit-core": "^0.3.1",
    "@tuwaio/orbit-solana": "^0.3.2",
    "@tuwaio/satellite-core": "^0.6.0",
    "@wallet-standard/app": "^1.1.1",
    "@wallet-standard/base": "^1.1.1",
    "@wallet-standard/features": "^1.1.1",
    "@wallet-standard/ui": "^1.0.3",
    "@wallet-standard/ui-registry": "^1.1.1",
    "@solana/kit": "^8.3.0",
    "tsup": "^8.5.1",
    "typescript": "6.0.3",
    "vitest": "^5.0.2"
  },
  "scripts": {
    "start": "tsup src/index.ts --watch",
    "build": "tsup",
    "test": "vitest run --passWithNoTests"
  }
}