{
  "name": "@selenus/luna-sdk",
  "version": "5.6.0",
  "description": "The most comprehensive Helius Solana SDK for React Native - All APIs, maximum performance",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace luna-sdk-example",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "solana",
    "helius",
    "web3",
    "blockchain",
    "nft",
    "defi",
    "rpc",
    "das",
    "compressed-nft",
    "zk-compression",
    "priority-fees",
    "webhooks",
    "jupiter",
    "token-2022"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QuarksBlueFoot/luna-sdk-react-native.git"
  },
  "author": "Bluefoot Labs <quark@bluefoot.tech> (https://www.bluefootlabs.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/QuarksBlueFoot/luna-sdk-react-native/issues"
  },
  "homepage": "https://github.com/QuarksBlueFoot/luna-sdk-react-native#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/react": "^18.2.44",
    "del-cli": "^5.1.0",
    "eslint": "^8.51.0",
    "jest": "^29.7.0",
    "react": "18.2.0",
    "react-native": "0.74.0",
    "react-native-builder-bob": "^0.23.2",
    "release-it": "^15.0.0",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@solana/web3.js": "^1.95.0"
  }
}
