{
  "name": "@mercurial-finance/frakt-sdk",
  "version": "0.0.2",
  "description": "Frakt SDK for interacting with frakt.xyz protocols",
  "keywords": [
    "Frakt",
    "Solana"
  ],
  "author": "Vedamir Efanov",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "test": "node --inspect -r ts-node/register ./test/index.ts",
    "build": "tsup"
  },
  "dependencies": {
    "@project-serum/anchor": "0.24.2",
    "axios": "^1.2.1"
  },
  "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",
    "tsup": "^6.5.0",
    "typedoc": "^0.22.16",
    "typescript": "^4.6.3"
  }
}
