Initial commit - realms platform
This commit is contained in:
parent
c590ab6d18
commit
c717c3751c
234 changed files with 74103 additions and 15231 deletions
21
bot-sdk/package.json
Normal file
21
bot-sdk/package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue