{
  "name": "steam-bot-manager-ng",
  "version": "3.0.7",
  "description": "Easily manage multiple Steam bots",
  "main": "./lib/index.js",
  "scripts": {
	"doc": "npx jsdoc2md -f lib/index.js classes/Bot.js > doc.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itsjfx/node-steam-bot-manager-ng.git"
  },
  "author": {
    "name": "Thomas",
    "email": "me@jfx.ac",
    "url": "https://jfx.ac"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/itsjfx/node-steam-bot-manager-ng/issues"
  },
  "homepage": "https://github.com/itsjfx/node-steam-bot-manager-ng#readme",
  "dependencies": {
    "steam-inventory-api-ng": "^1.0.6",
    "steam-totp": "^2.1.1",
    "steam-tradeoffer-manager": "^2.10.1",
    "steam-user": "^4.18.0",
    "steamcommunity": "^3.41.7"
  },
  "devDependencies": {
    "jsdoc-to-markdown": "^6.0.1"
  }
}
