{
    "name": "mcpews",
    "version": "4.0.3",
    "description": "A library that supports MCPE Websocket Protocol",
    "type": "module",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "bin": {
        "mcpews": "./dist/repl.js",
        "mcpewsmitm": "./dist/mitm.js"
    },
    "files": [
        "dist/",
        "!dist/test/",
        "!*.tsbuildinfo"
    ],
    "scripts": {
        "clean": "tsc --build --clean",
        "build": "tsc --build",
        "lint": "biome check --write",
        "test": "vitest run",
        "watch": "tsc --build --watch --preserveWatchOutput"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/XeroAlpha/mcpews.git"
    },
    "keywords": [
        "minecraft",
        "bedrock",
        "websocket"
    ],
    "author": "ProjectXero",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/XeroAlpha/mcpews/issues"
    },
    "homepage": "https://github.com/XeroAlpha/mcpews",
    "dependencies": {
        "p-event": "^7.1.0",
        "ws": "^8.20.0"
    },
    "devDependencies": {
        "@biomejs/biome": "2.4.8",
        "@types/node": "^25.5.0",
        "@types/ws": "^8.18.1",
        "@vitest/coverage-v8": "^4.1.0",
        "get-port": "^7.2.0",
        "typedoc": "^0.28.18",
        "typescript": "^5.9.3",
        "vitest": "^4.1.0"
    }
}
