package.json 343 Bytes
{
  "name": "discord_bot",
  "version": "1.0.0",
  "description": "Anxiety Manager discord bot",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "sab",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.27.2",
    "discord.js": "^12.5.3",
    "random-puppy": "^1.1.0"
  }
}