{
    "name": "@buape/carbon",
    "version": "0.0.0-beta-20260317045421",
    "type": "module",
    "main": "./dist/src/index.js",
    "repository": "github:buape/carbon",
    "exports": {
        ".": {
            "types": "./dist/src/index.d.ts",
            "import": "./dist/src/index.js"
        },
        "./*": {
            "types": "./dist/src/plugins/*/index.d.ts",
            "import": "./dist/src/plugins/*/index.js"
        },
        "./adapters/*": {
            "types": "./dist/src/adapters/*/index.d.ts",
            "import": "./dist/src/adapters/*/index.js"
        }
    },
    "scripts": {
        "build": "tsc",
        "dev": "tsc -w",
        "docs": "typedoc"
    },
    "license": "MIT",
    "dependencies": {
        "@types/node": "^25.0.9",
        "discord-api-types": "0.38.37"
    },
    "optionalDependencies": {
        "@cloudflare/workers-types": "4.20260120.0",
        "@discordjs/voice": "0.19.0",
        "@hono/node-server": "1.19.9",
        "@types/bun": "1.3.9",
        "@types/ws": "8.18.1",
        "ws": "8.19.0"
    },
    "files": [
        "dist",
        "LICENSE"
    ]
}
