Rework actions to be loaded dynamically

This commit is contained in:
Tom Wiesing 2023-11-08 10:29:09 +01:00
parent e49f89d4ee
commit 08ab7b4383
No known key found for this signature in database
22 changed files with 934 additions and 81 deletions

View 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"
}
}