{
  "name": "@tuwaio/pulsar-solana",
  "version": "0.7.0",
  "private": false,
  "author": "Oleksandr Tkach",
  "license": "Apache-2.0",
  "description": "Layer 4 (L4) of the TUWA Ecosystem. Low-level Solana block state monitors and RPC cluster lifecycle indexers powered strictly by @solana/kit.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "socket.json"
  ],
  "keywords": [
    "web3",
    "solana",
    "transaction",
    "tracking",
    "@solana/kit",
    "zustand"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TuwaIO/pulsar-core.git",
    "directory": "packages/pulsar-solana"
  },
  "homepage": "https://github.com/TuwaIO/pulsar-core",
  "bugs": {
    "url": "https://github.com/TuwaIO/pulsar-core/issues"
  },
  "contributors": [
    {
      "name": "Oleksandr Tkach",
      "url": "https://github.com/Argeare5"
    }
  ],
  "peerDependencies": {
    "@tuwaio/orbit-core": ">=0.3",
    "@tuwaio/orbit-solana": ">=0.3",
    "@tuwaio/pulsar-core": ">=0.7",
    "@wallet-standard/app": "1.x.x",
    "@wallet-standard/ui-core": "1.x.x",
    "@wallet-standard/ui-registry": "1.1.x",
    "@solana/kit": ">=8.2",
    "dayjs": "1.x.x",
    "immer": "11.x.x",
    "zustand": "5.x.x"
  },
  "devDependencies": {
    "@tuwaio/pulsar-core": "^0.7.0",
    "@tuwaio/orbit-core": "^0.3.0",
    "@tuwaio/orbit-solana": "^0.3.0",
    "@wallet-standard/app": "^1.1.1",
    "@wallet-standard/ui-core": "^1.0.1",
    "@wallet-standard/ui-registry": "^1.1.1",
    "dayjs": "^1.11.23",
    "@solana/kit": "^8.2.0",
    "immer": "^11.1.18",
    "jsdom": "^30.0.1",
    "tsup": "^8.5.1",
    "typescript": "6.0.3",
    "vitest": "^5.0.0",
    "zustand": "^5.0.15"
  },
  "scripts": {
    "start": "tsup src/index.ts --watch",
    "build": "tsup",
    "test": "vitest run"
  }
}