{
  "name": "dressed",
  "version": "1.10.1",
  "description": "A sleek, serverless-ready Discord bot framework.",
  "scripts": {
    "dist": "rm -fr dist && bun --bun ./src/resources/make && tsc",
    "check-types": "tsc --noEmit",
    "test": "bun test",
    "dry-publish": "bun publish --dry-run && bunx --bun jsr publish --dry-run --allow-dirty"
  },
  "dependencies": {
    "@dressed/matcher": "^1.4.0",
    "commander": "^14.0.2",
    "discord-api-types": "^0.38.32",
    "dotenv": "^17.2.3",
    "enquirer": "^2.4.1",
    "esbuild": "^0.25.12"
  },
  "exports": {
    ".": "./dist/index.js",
    "./server": "./dist/server/index.js",
    "./build": "./dist/server/build/index.js",
    "./utils": "./dist/utils/index.js"
  },
  "type": "module",
  "bin": {
    "dressed": "dist/bin/dressed.js"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "homepage": "https://dressed.js.org",
  "keywords": [
    "bot",
    "serverless",
    "discord",
    "discord-bot"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Inbestigator/dressed.git",
    "directory": "packages/dressed"
  }
}
