{
  "name": "brevity-sdk",
  "version": "0.0.87",
  "description": "Brevity SDK for interacting with the BBS",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"no test specified\" ",
    "build": "webpack --mode production"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "babel-loader": "^8.2.2",
    "webpack": "^5.27.1",
    "webpack-cli": "^4.5.0"
  },
  "dependencies": {
    "axios": "^0.21.0",
    "moment-mini": "^2.24.0",
    "socket.io-client": "^3.1.2"
  }
}
