{
  "name": "@fewcha/web3",
  "description": "The `@fewcha/web3` library aims to be an all-in-one toolkit to enable developers interact with Aptos Blockchain and its ecosystem.",
  "version": "0.1.38",
  "author": "fewcha.app",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/fewcha-wallet/aptos-web3.git"
  },
  "homepage": "https://github.com/fewcha-wallet/aptos-web3",
  "bugs": {
    "url": "https://github.com/fewcha-wallet/aptos-web3/issues"
  },
  "keywords": [
    "Aptos",
    "Web3",
    "Fewcha Wallet",
    "Wallet",
    "Aptos Wallet",
    "Dapp",
    "Dapps",
    "Blockchain"
  ],
  "scripts": {
    "build": "yarn build:tsc",
    "build:tsc": "tsc -b",
    "test": "jest"
  },
  "dependencies": {
    "@mysten/sui.js": "^0.13.0",
    "aptos": "^1.10.0",
    "buffer": "^6.0.3"
  },
  "devDependencies": {
    "@types/jest": "^28.1.8",
    "jest": "^29.0.1",
    "ts-jest": "^28.0.8",
    "tslib": "^2.4.0",
    "typescript": "^4.8.2"
  },
  "gitHead": "5a2e3bddfe9c6c89a3d33707c959cdf8a5c18ffa"
}
