{
  "name": "gameblix-sdk",
  "version": "0.1.0",
  "description": "Typescript SDK to interact with GamebliX program.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "license": "MIT",
  "scripts": {
    "publish-sdk": "yarn install && yarn build && npm publish",
    "build": "tsc",
    "lint": "eslint '**/*.ts' --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BMC-Games/spl_casino.git"
  },
  "keywords": [
    "solana casino",
    "spl casino",
    "casino",
    "crypto casino",
    "solana",
    "gamblix",
    "typescript",
    "sdk",
    "crypto"
  ],
  "author": "SPL CASINO",
  "homepage": "http://casinom.demo.shubing.vip",
  "dependencies": {
    "@project-serum/anchor": "0.26.0",
    "@quarryprotocol/quarry-sdk": "^5.0.2",
    "@saberhq/anchor-contrib": "^1.14.11",
    "@saberhq/solana-contrib": "^1.14.11",
    "@saberhq/token-utils": "^1.14.11",
    "@solana/buffer-layout": "^4.0.0",
    "@solana/spl-token": "^0.1.8",
    "@solana/web3.js": "1.43.5",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^17.0.33",
    "bn.js": "^5.2.0",
    "chai": "^4.3.4",
    "jsbi": "^4.3.0",
    "mocha": "^9.0.3",
    "patch-package": "^6.4.7",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "^2.6.2",
    "ts-mocha": "^9.0.0",
    "ts-node": "^10.7.0",
    "typescript": "^4.3.5"
  },
  "devDependencies": {
    "@types/big.js": "^6.1.3",
    "@types/bn.js": "^5.1.0"
  }
}
