Files
ts3gotify/package.json

15 lines
253 B
JSON

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