{
  "name": "@sen-use/web3",
  "version": "3.3.1",
  "description": "The library for Sentre",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prebuild": "yarn clean",
    "build": "tsc",
    "clean": "rm -rf ./dist",
    "test": "npm run build && mocha --require ts-node/register -t 120000 tests/*.test.ts"
  },
  "keywords": [
    "web3",
    "solana",
    "sentre",
    "senhub"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmcong/sen-use.git"
  },
  "author": "CongDM",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dmcong/sen-use/issues"
  },
  "homepage": "https://github.com/dmcong/sen-use/#readme",
  "dependencies": {
    "@project-serum/anchor": "^0.24.2",
    "@solana/web3.js": "^1.50.0",
    "bn.js": "^5.2.1",
    "bs58": "^5.0.0",
    "web3.storage": "^4.2.0"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.0",
    "@types/jest": "^28.1.6",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.45",
    "@types/node-fetch": "^2.6.1",
    "chai": "^4.3.4",
    "gh-pages": "^3.2.3",
    "mocha": "^9.0.3",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.5.0",
    "typedoc": "^0.22.11",
    "typescript": "^4.3.5"
  }
}
