{
  "name": "@rbxdiscord/utility",
  "version": "7.0.0",
  "description": "Builders for rbx utility",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": "./index.js",
    "./discord": "./discord/index.js",
    "./roblox": "./roblox/index.js",
    "./ora": "./ora/index.js"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Discord",
    "Roblox",
    "Utility"
  ],
  "author": "rbxutility",
  "license": "MIT",
  "dependencies": {
    "@sapphire/shapeshift": "^3.8.1",
    "ascii-table3": "^0.8.0",
    "axios": "^1.2.2",
    "chalk": "^4.1.2",
    "discord-api-types": "^0.37.27",
    "discord-hybrid-sharding": "^2.1.0",
    "discord.js": "^14.7.1",
    "fs": "^0.0.1-security",
    "noblox.js": "^4.13.1",
    "rbx-discord": "^1.5.0",
    "ts-mixer": "^6.0.2",
    "tslib": "^2.4.1"
  },
  "devDependencies": {
    "@types/node": "^18.11.18",
    "typescript": "^4.9.4"
  }
}
