experimental (#1)

Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/1
This commit is contained in:
2022-11-28 15:10:13 +00:00
parent 2aa6bbeb58
commit 1605ad7c96
9 changed files with 1640 additions and 5 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"scripts": {
"build": "npx tsc"
},
"devDependencies": {
"@types/ts3-nodejs-library": "^2.0.1",
"typescript": "^4.9.3"
},
"dependencies": {
"gotify": "^1.1.0",
"ts3-nodejs-library": "^3.4.1",
"winston": "^3.8.2"
}
}