{
  "name": "senswapjs",
  "version": "1.3.12",
  "description": "An auxiliary JS library for Senswap",
  "main": "dist/index.js",
  "scripts": {
    "build": "npm run clean && babel src -d dist",
    "clean": "rm -rf ./dist",
    "local:install": "npm run build && npm i -g",
    "local:uninstall": "npm uninstall -g",
    "test": "npm run build && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DescartesNetwork/senswapjs.git"
  },
  "author": "Tu Phan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DescartesNetwork/senswapjs/issues"
  },
  "homepage": "https://github.com/DescartesNetwork/senswapjs#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/plugin-transform-arrow-functions": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "mocha": "^8.2.1"
  },
  "dependencies": {
    "@solana/web3.js": "^1.2.6",
    "aes-js": "^3.1.2",
    "async": "^3.2.0",
    "axios": "^0.21.1",
    "bn.js": "^5.1.3",
    "bs58": "^4.0.1",
    "buffer-xor": "^2.0.2",
    "crypto-random-string": "^3.3.0",
    "keccak256": "^1.0.2",
    "pbkdf2": "^3.1.1",
    "seedrandom": "^3.0.5",
    "soprox-abi": "0.0.14",
    "tweetnacl": "^1.0.3"
  }
}
