{
    "name": "@buape/carbon",
    "version": "0.16.0",
    "type": "module",
    "main": "./dist/src/index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/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.6.0",
        "discord-api-types": "0.38.45"
    },
    "optionalDependencies": {
        "@cloudflare/workers-types": "4.20260405.1",
        "@discordjs/voice": "0.19.2",
        "@types/bun": "1.3.11",
        "@types/ws": "8.18.1",
        "ws": "8.20.0"
    },
    "files": [
        "dist",
        "LICENSE"
    ]
}
