{
  "name": "@cherrydotfun/miniapp-sdk",
  "version": "0.1.21",
  "description": "SDK for building mini-apps embedded in Cherry messenger",
  "license": "MIT",
  "author": "Cherry.fun <dev@cherry.fun>",
  "homepage": "https://github.com/cherrydotfun/miniapp-sdk#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cherrydotfun/miniapp-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/cherrydotfun/miniapp-sdk/issues"
  },
  "keywords": [
    "cherry",
    "miniapp",
    "solana",
    "wallet",
    "messaging",
    "embedded",
    "sdk"
  ],
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.mjs",
      "require": "./dist/react/index.js"
    },
    "./solana": {
      "types": "./dist/solana/index.d.ts",
      "import": "./dist/solana/index.mjs",
      "require": "./dist/solana/index.js"
    },
    "./kit": {
      "types": "./dist/kit/index.d.ts",
      "import": "./dist/kit/index.mjs",
      "require": "./dist/kit/index.js"
    }
  },
  "files": [
    "dist",
    "skills",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "@solana/wallet-adapter-base": ">=0.9.0",
    "@solana/web3.js": ">=1.90.0",
    "@solana/signers": ">=2.0.0",
    "react": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "react": { "optional": true },
    "@solana/wallet-adapter-base": { "optional": true },
    "@solana/web3.js": { "optional": true },
    "@solana/signers": { "optional": true }
  },
  "dependencies": {
    "jose": "^5.0.0"
  },
  "devDependencies": {
    "@solana/wallet-adapter-base": "^0.9.23",
    "@solana/web3.js": "^1.98.0",
    "@types/react": "^19.0.0",
    "react": "^19.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.5.0"
  }
}
