UNPKG

friend-connect

Version:

**BEFORE YOU USE THIS TOOL, PLEASE READ THE FOLLOWING: WE _AS CONTRIBUTORS_ ARE NOT RESPONSIBLE FOR ANY DAMAGE OR LOSS CAUSED BY THIS APP. USE AN ALT ACCOUNT, JUST IN CASE THERE IS AN ISSUE WITH THIS METHOD.**

39 lines (38 loc) 962 B
{ "name": "friend-connect", "version": "0.7.6", "description": "", "main": "./dist/index.js", "type": "module", "scripts": { "build": "tsc", "test": "node --es-module-specifier-resolution=node --experimental-fetch ./test/index.js", "test-n-build": "npm run build && npm run test", "publish": "npm run build && npm publish --access public " }, "author": "minerj101", "license": "MIT", "dependencies": { "bedrock-protocol": "^3.18.0", "dotenv": "^16.0.1", "prismarine-auth": "^1.5.4", "query-string": "^7.1.1", "unirest": "^0.6.0", "websocket": "^1.0.34" }, "repository": "https://github.com/minerj101/FriendConnect", "keywords": [ "bedrock", "mcpe", "mcbe", "geyser", "minecraft", "java", "friend-connect" ], "devDependencies": { "@types/node": "^18.11.10", "@types/websocket": "^1.0.5", "ts-node": "^10.8.1" } }