tf2notifs/package.json

27 lines
642 B
JSON
Executable file

{
"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": {
"axios": "^1.5.0",
"colors": "^1.4.0",
"discord.js": "^14.0.3",
"steam-user": "github:DoctorMcKay/node-steam-user",
"tf2": "^3.0.2"
}
}