Rework actions to be loaded dynamically
This commit is contained in:
parent
e49f89d4ee
commit
08ab7b4383
22 changed files with 934 additions and 81 deletions
16
utils/wsclient/package.json
Normal file
16
utils/wsclient/package.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "wsclient",
|
||||
"version": "1.0.0",
|
||||
"main": "index.ts",
|
||||
"author": "Tom Wiesing",
|
||||
"license": "AGPL",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/ws": "^8.5.9",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^8.14.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue