{
  "name": "bounce-sdk-beta",
  "license": "MIT",
  "version": "1.2.3",
  "description": "Bounce finance quick building applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/bouncefinance/bounce-sdk.git",
  "homepage": "https://github.com/bouncefinance/bounce-sdk.git",
  "keywords": [
    "Bate",
    "Bounce"
  ],
  "scripts": {
    "start": "ts-node ./src/index.ts",
    "test": "ts-node ./test/index.ts",
    "build": "tsc --declaration -outDir ./dist ./src/index.ts --esModuleInterop --resolveJsonModule"
  },
  "author": "-",
  "dependencies": {
    "@types/node": "^18.15.5",
    "axios": "^1.3.4",
    "bignumber.js": "^9.1.1",
    "bounce-sdk-beta": "^1.2.0",
    "ethers": "^5.2.0",
    "moment": "^2.29.4",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  }
}
