{
  "name": "@interchainjs/solana",
  "version": "1.21.0",
  "description": "Solana SDK for InterchainJS",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./index.js",
      "types": "./index.d.ts"
    },
    "./*": {
      "import": "./esm/*.js",
      "require": "./*.js",
      "types": "./*.d.ts"
    },
    "./package.json": "./package.json"
  },
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/hyperweb-io/interchainjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperweb-io/interchainjs"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "scripts": {
    "build": "makage build",
    "build:dev": "makage build",
    "dev": "tsc --watch",
    "starship:start": "npx @starship-ci/cli@3.14.1 start --config starship/configs/config.yaml && bash starship/port-forward.sh",
    "starship:stop": "npx @starship-ci/cli@3.14.1 stop --config starship/configs/config.yaml",
    "starship:all": "pnpm starship:start",
    "starship:clean": "pnpm starship:stop",
    "starship:test": "jest --config ./jest.starship.config.js --verbose --bail",
    "test": "jest",
    "test:keypair": "jest starship/__tests__/keypair.test.ts",
    "test:token": "jest starship/__tests__/token.test.ts",
    "test:ws": "jest starship/__tests__/websocket.test.ts",
    "test:integration": "jest starship/__tests__/integration.test.ts",
    "test:spl": "jest starship/__tests__/spl.test.ts",
    "prepack": "makage build"
  },
  "keywords": [
    "solana",
    "blockchain",
    "typescript",
    "sdk"
  ],
  "dependencies": {
    "@interchainjs/encoding": "^1.20.0",
    "@interchainjs/math": "1.20.0",
    "@interchainjs/types": "1.21.0",
    "@interchainjs/utils": "1.21.0",
    "@types/bn.js": "^5.2.0",
    "@types/ws": "^8.18.1",
    "bn.js": "^5.2.2",
    "bs58": "^5.0.0",
    "buffer": "^6.0.3",
    "tweetnacl": "^1.0.3",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@jest/globals": "^30.2.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.13",
    "dotenv": "^16.4.5",
    "jest": "^30.0.4",
    "makage": "^0.1.12",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.3"
  },
  "gitHead": "85b0648093e20a06fe3daa4c0a79cf21f40037b2"
}
