2025-06-17 07:10:41 +02:00

29 lines
649 B
JSON

{
"name": "pterosocket",
"version": "1.0.6",
"description": "A websocket implementation for the pterodactyl server console.",
"main": "index.js",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InnateAlpaca/pterosocket.git"
},
"keywords": [
"Pterodactyl",
"Websocket",
"Bedrock",
"Game-console"
],
"author": "innatealpaca",
"license": "MIT",
"bugs": {
"url": "https://github.com/InnateAlpaca/pterosocket/issues"
},
"homepage": "https://github.com/InnateAlpaca/pterosocket#readme",
"dependencies": {
"node-fetch": "^3.2.4"
}
}