@hrtk92/mcwsjs
Version:
  [](https://github.com/HRTK92/mcws.js/actions/workflows
36 lines (35 loc) • 739 B
JSON
{
"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"
}
}