{
  "name": "@msafe/sui-app-store",
  "version": "0.0.366",
  "description": "MSafe Sui app store repository",
  "author": "Momentum Safe",
  "license": "MIT",
  "type": "commonjs",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "package.json"
  ],
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "bun run clean && tsup --platform browser --format cjs,esm --minify --dts",
    "build-yalc": "bun run build && yalc publish --private",
    "test": "jest",
    "coverage": "jest --coverage",
    "prerelease": "yarn build && chmod +x ./scripts/prerelease.sh && ./scripts/prerelease.sh",
    "lint": "npx eslint . --ext .js,.ts,.jsx,.tsx",
    "lint:fix": "npx eslint . --ext .js,.ts,.jsx,.tsx --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Momentum-Safe/msafe-sui-app-store.git"
  },
  "homepage": "https://github.com/Momentum-Safe/msafe-sui-wallet",
  "bugs": {
    "url": "https://github.com/Momentum-Safe/msafe-sui-wallet/issues"
  },
  "keywords": [
    "MSafe",
    "MSafe SDK",
    "MSafe wallet",
    "MSafe Sui"
  ],
  "dependencies": {
    "@alphafi/alphafi-sdk": "^0.0.67",
    "@alphafi/stsui-sdk": "^0.0.21",
    "@bluefin-exchange/bluefin7k-aggregator-sdk": "^4.0.1-alpha.0",
    "@cetusprotocol/aggregator-sdk": "^1.6.8",
    "@cetusprotocol/common-sdk": "^1.4.2",
    "@cetusprotocol/dlmm-sdk": "^1.3.0",
    "@cetusprotocol/farms-sdk": "1.4.3",
    "@cetusprotocol/sui-clmm-sdk": "1.4.7",
    "@cetusprotocol/vaults-sdk": "^1.7.5",
    "@cetusprotocol/xcetus-sdk": "1.2.3",
    "@ember-finance/sdk": "^1.0.8",
    "@firefly-exchange/library-sui": "^2.8.22",
    "@mmt-finance/clmm-sui-sdk": "1.0.3-beta.1",
    "@mmt-finance/ve-sdk-v1": "^0.1.2",
    "@mysten/bcs": "^1.5.0",
    "@mysten/sui": "2.16.2",
    "@naviprotocol/lending": "1.3.11",
    "@nemoprotocol/vaults-sdk": "^0.2.4",
    "@pythnetwork/pyth-sui-js": "^2.1.0",
    "@scallop-io/sui-scallop-sdk": "^2.4.4",
    "@suilend/sdk": "^1.1.57",
    "@suilend/springsui-sdk": "^1.0.24",
    "@suilend/sui-fe": "^0.2.72",
    "@types/bn.js": "^5.1.6",
    "axios": "^1.6.7",
    "bignumber.js": "^9.1.2",
    "bucket-protocol-sdk": "^0.13.2",
    "buffer": "^6.0.3",
    "date-fns": "^4.1.0",
    "haedal-vault-sdk": "^2.5.7",
    "luxon": "^3.4.4",
    "nanoid": "3",
    "sort-keys-recursive": "^2.1.10",
    "turbos-clmm-sdk": "^4.0.1"
  },
  "devDependencies": {
    "@msafe/sui3-utils": "^5.1.0",
    "@mysten/wallet-standard": "0.11.6",
    "@sentry/nextjs": "^10.5.0",
    "@types/jest": "^29.2.1",
    "@types/luxon": "^3.4.2",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "eslint": "^8.42.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-unused-imports": "^3.0.0",
    "jest": "^29.5.0",
    "prettier": "^3.2.4",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "resolutions": {
    "@mysten/sui": "2.16.2",
    "ansi-styles": "4.3.0",
    "chalk": "4.1.2"
  },
  "peerDependencies": {
    "@msafe/sui3-utils": ">3.0.0",
    "@mysten/wallet-standard": ">0.11.0"
  }
}
