{
  "version": "0.1.3",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "cd test && node index.js",
    "lint": "tsdx lint --fix",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "publish-module": "yarn publish --access public"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "luna-burnflip-sdk",
  "author": "burnflipdev",
  "module": "dist/luna-burnflip-sdk.esm.js",
  "types": "dist/index.d.ts",
  "size-limit": [
    {
      "path": "dist/luna-burnflip-sdk.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/luna-burnflip-sdk.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^8.1.0",
    "husky": "^8.0.2",
    "size-limit": "^8.1.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@terra-money/terra.js": "^3.1.7",
    "@terra-money/wallet-provider": "^3.11.2",
    "axios": "^1.1.3",
    "cross-fetch": "^3.1.5"
  },
  "description": "> This module is SDK for luna (2.0 and classic) burn flip game platform. This module can be used in classic, luna 2.0, and pisco testnet.",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BurnFlip/luna-burnflip-sdk.git"
  },
  "keywords": [
    "dice",
    "sdk",
    "crypto",
    "burn",
    "flip",
    "luna",
    "casino",
    "terra",
    "lunc"
  ],
  "bugs": {
    "url": "https://github.com/BurnFlip/luna-burnflip-sdk/issues"
  },
  "homepage": "https://github.com/BurnFlip/luna-burnflip-sdk#readme"
}
