{
  "name": "robtic-discord-startup",
  "description": "easily set up a Discord bot with configurable settings",
  "version": "1.2.2",
  "main": "dist/app.js",
  "module": "dist/app.mjs",
  "types": "dist/app.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsup"
  },
  "keywords": [
    "RoBo",
    "RobTic",
    "Discord",
    "Typescript",
    "Bots",
    "discord.js",
    "Client",
    "robtic-discord-startup"
  ],
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/app.js",
      "types": "./dist/app.d.ts"
    }
  },
  "license": "MIT",
  "author": "RoBo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RoBoCRAFTYT01/robtic-discord-startup.git"
  },
  "bugs": {
    "url": "https://github.com/RoBoCRAFTYT01/robtic-discord-startup/issues"
  },
  "homepage": "https://github.com/RoBoCRAFTYT01/",
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "discord.js": "^14.18.0",
    "mongoose": "^8.13.2",
    "tsup": "^8.4.0"
  }
}
