{
  "name": "@nfteyez/sol-rayz-react",
  "version": "0.10.2",
  "license": "MIT",
  "author": {
    "name": "NftEyez Team",
    "url": "https://nfteyez.global/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NftEyez/sol-rayz.git",
    "directory": "packages/sol-rayz-react"
  },
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "watch": "yarn run clean && yarn run compile:watch",
    "clean": "rimraf -rf ./dist",
    "compile": "tsc -p tsconfig.build.json",
    "compile:watch": "tsc -w -p tsconfig.build.json",
    "prepublishOnly": "yarn run build",
    "test": "yarn run build"
  },
  "dependencies": {
    "@nfteyez/sol-rayz": "^0.10.2",
    "@solana/web3.js": "^1.33.0",
    "swr": "^1.0.1"
  },
  "peerDependencies": {
    "react": "~17.0.0"
  },
  "devDependencies": {
    "rimraf": "~3.0.2",
    "typescript": "~4.4.0"
  },
  "gitHead": "14e91610e979402b8c9a415f3eb56eef7d6ba145"
}
