This commit is contained in:
Christopher Cookman 2022-07-21 10:18:42 -06:00
parent 2c7997e0b9
commit 4c80be2544
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42
2 changed files with 3164 additions and 0 deletions

3140
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "tf2notifs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisChrome/tf2notifs.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ChrisChrome/tf2notifs/issues"
},
"homepage": "https://github.com/ChrisChrome/tf2notifs#readme",
"dependencies": {
"discord.js": "^14.0.3",
"node-steam-user": "^0.0.3",
"tf2": "^3.0.2"
}
}