21 lines
354 B
JSON
21 lines
354 B
JSON
{
|
|
"name": "realms-bot-sdk",
|
|
"version": "1.0.0",
|
|
"description": "Bot SDK for Realms chat",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node examples/echo-bot.js"
|
|
},
|
|
"keywords": [
|
|
"realms",
|
|
"chat",
|
|
"bot",
|
|
"websocket"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|