UNPKG

@hrtk92/mcwsjs

Version:

![npm](https://img.shields.io/npm/v/@hrtk92/mcwsjs) ![npm](https://img.shields.io/npm/dt/%40hrtk92%2Fmcwsjs) [![GitHub Release](https://github.com/HRTK92/mcws.js/actions/workflows/release.yml/badge.svg)](https://github.com/HRTK92/mcws.js/actions/workflows

36 lines (35 loc) 739 B
{ "name": "@hrtk92/mcwsjs", "version": "1.1.5", "main": "dist/index.js", "scripts": { "type-check": "tsc --noEmit" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/HRTK92/mcwsjs.git" }, "keywords": [ "minecraft", "minecraft-bedrock", "bedrock", "websocket" ], "author": "はらたく <70054655+HRTK92@users.noreply.github.com>", "license": "MIT", "devDependencies": { "@types/node": "^20.11.25", "@types/ws": "^8.5.10", "ts-node": "^10.9.2", "typescript": "^5.4.2" }, "dependencies": { "uuid": "^9.0.1", "uuidv4": "^6.2.13", "ws": "^8.16.0" } }