{
  "name": "goosefx-stake-rewards-sdk",
  "version": "2.5.1",
  "description": "A SDK for interfacing with the GooseFX stake rewards program",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p src",
    "watch": "tsc -w -p src",
    "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
    "prepare": "husky install && tsc -p src",
    "prepublishOnly": "tsc -p src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GooseFX1/gfx-stake-rewards-sdk.git"
  },
  "dependencies": {
    "@project-serum/anchor": "^0.26.0",
    "@pythnetwork/client": "^2.8.0",
    "@solana/buffer-layout": "^4.0.0",
    "@solana/spl-token": "^0.3.7",
    "@solana/web3.js": "^1.41.1",
    "dotenv": "^16.0.3",
    "goosefx-ssl-sdk": "^1.2.24"
  },
  "devDependencies": {
    "@babel/core": "^7.17.12",
    "@babel/plugin-transform-modules-commonjs": "^7.17.12",
    "@babel/preset-env": "^7.17.12",
    "@commitlint/cli": "^17.6.5",
    "@commitlint/config-conventional": "^17.6.5",
    "@types/bn.js": "^5.1.1",
    "@types/jest": "^27.5.1",
    "@types/node": "^12.0.0",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "babel-jest": "^28.1.0",
    "builder-pattern": "^1.3.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-react-app": "^6.0.0",
    "husky": "^8.0.3",
    "jest": "^28.1.0",
    "lint-staged": ">=10",
    "prettier": "^2.3.2",
    "ts-jest": "^28.0.2",
    "ts-loader": "^9.3.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "solana",
    "rewards",
    "sdk",
    "goosefx"
  ],
  "author": "GooseFX",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GooseFX1/gfx-stake-rewards-sdk/issues"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/GooseFX1/gfx-stake-rewards-sdk/tree/master/ts",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "branches": [
      "master"
    ],
    "registryUrl": "https://registry.npmjs.org/",
    "npmPublish": true,
    "tagFormat": "${version}"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged",
      "pre-push": "semantic-release"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx,jsx}": [
      "eslint --fix",
      "yarn test",
      "git add"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
