{
  "name": "@frakt-protocol/frakt-sdk",
  "version": "0.8.39",
  "license": "MIT",
  "description": "Frakt SDK for interacting with frakt.xyz protocols",
  "keywords": [
    "Frakt",
    "Solana"
  ],
  "author": "Vedamir Efanov",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest --config jestconfig.json",
    "format": "prettier --write \"src/**/*.ts\"",
    "docs": "typedoc src/index.ts",
    "minor": "npm version minor",
    "patch": "npm version patch",
    "publish_prerelease": "npm version prerelease --preid beta && npm run build && npm publish --tag beta",
    "prepare": "husky install"
  },
  "dependencies": {
    "@metaplex-foundation/mpl-token-metadata": "^2.10.0",
    "@project-serum/anchor": "^0.26.0",
    "@solana/web3.js": "^1.87.6",
    "axios": "^1.3.6"
  },
  "devDependencies": {
    "@types/bn.js": "^4.11.6",
    "@types/chai": "^4.3.1",
    "@types/jest": "^27.4.1",
    "@types/mz": "^2.7.4",
    "@types/node": "^17.0.23",
    "@types/text-encoding": "^0.0.36",
    "chai": "^4.3.6",
    "husky": "^8.0.1",
    "jest": "^27.5.1",
    "mz": "^2.7.0",
    "prettier": "^2.6.2",
    "ts-jest": "^27.1.4",
    "typedoc": "^0.22.16",
    "typescript": "^4.6.3"
  }
}
