{
    "name": "linkdave",
    "version": "0.2.3",
    "author": "Luna Seemann <luna@wamellow.com> (http://shi.gg)",
    "description": "TypeScript client library for linkdave Discord audio streaming server",
    "repository": {
        "type": "git",
        "url": "https://github.com/shi-gg/linkdave"
    },
    "type": "module",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "lint": "bunx eslint . --fix",
        "build": "rm -rf dist && tsc",
        "prepublishOnly": "cp ../README.md ./README.md"
    },
    "engines": {
        "node": ">=24.0.0",
        "bun": ">=1.3.10"
    },
    "packageManager": "bun@1.3.10",
    "devDependencies": {
        "@mwlica/eslint": "^1.2.0",
        "@types/node": "^25.9.1",
        "typescript": "^6.0.3",
        "typescript-eslint": "^8.60.0"
    },
    "keywords": [
        "discord",
        "audio",
        "voice",
        "streaming",
        "linkdave"
    ],
    "license": "AGPL-3.0-only",
    "dependencies": {
        "discord-api-types": "^0.38.48"
    }
}