{
  "name": "@saad3074/muto-sdk",
  "version": "1.1.1",
  "description": "An SDK for building applications on top of Raydium.",
  "license": "GPL-3.0",
  "files": [
    "lib",
    "src"
  ],
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/types/index.d.ts",
  "exports": {
    "require": "./lib/cjs/index.js",
    "import": "./lib/esm/index.js",
    "types": "./lib/types/index.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saad3074/muto-sdk.git"
  },
  "keywords": [
    "muto",
    "solana"
  ],
  "lint-staged": {
    "{src,test,misc}/**/*.ts": [
      "yarn lint"
    ]
  },
  "scripts": {
    "lint": "eslint src/**/*.ts",
    "test": "jest",
    "build-docs": "typedoc",
    "build-docs-watch": "typedoc --watch",
    "build-dist": "shx rm -rf dist && mkdir dist && yarn build-docs",
    "build-lib": "shx rm -rf lib && tsc --build --verbose && yarn run package",
    "package": "shx mkdir -p lib/cjs && shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
    "build-all": "yarn build-dist && yarn build-lib",
    "install-peers": "ts-node ./misc/install-peers.ts",
    "build": "yarn build-lib",
    "push": "yarn build && yarn publish",
    "prepare": "husky install"
  },
  "dependencies": {
    "@solana/buffer-layout": "^4.0.1",
    "@solana/spl-token": "^0.3.7",
    "@solana/web3.js": "1.73.0",
    "axios": "^1.2.6",
    "big.js": "^6.2.1",
    "bn.js": "^5.2.1",
    "decimal.js": "^10.4.3",
    "decimal.js-light": "^2.5.1",
    "fecha": "^4.2.3",
    "lodash": "^4.17.21",
    "toformat": "^2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@solana/spl-token-registry": "^0.2.4574",
    "@types/big.js": "^6.1.6",
    "@types/bn.js": "^5.1.1",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.11.18",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "ajv": "^8.12.0",
    "babel-jest": "^29.4.1",
    "chalk": "^5.2.0",
    "consola": "^2.15.3",
    "dotenv": "^16.0.3",
    "eslint": "^8.33.0",
    "eslint-plugin-tsdoc": "^0.2.17",
    "got": "^12.5.3",
    "husky": "^8.0.3",
    "jest": "^29.4.1",
    "lint-staged": "^13.1.0",
    "npm-check-updates": "^16.6.3",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.24",
    "typescript": "^4.9.4"
  },
  "bugs": {
    "url": "https://github.com/saad3074/muto-sdk/issues"
  },
  "homepage": "https://github.com/saad3074/muto-sdk#readme",
  "directories": {
    "test": "test"
  },
  "author": "Saeed"
}
