{
  "name": "whales-otc-pre-market-aptos-sdk",
  "version": "1.1.1",
  "description": "TypeScript SDK for Whales OTC Pre-Market trading on Aptos blockchain",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist",
    "dev": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "aptos",
    "blockchain",
    "otc",
    "over-the-counter",
    "pre-market",
    "trading",
    "sdk",
    "typescript",
    "whales-market"
  ],
  "author": "Whales Team",
  "license": "MIT",
  "dependencies": {
    "@aptos-labs/ts-sdk": "^3.1.3",
    "@aptos-labs/wallet-adapter-react": "^7.0.1",
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
