Deps
This commit is contained in:
parent
2c7997e0b9
commit
4c80be2544
3140
package-lock.json
generated
Normal file
3140
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
24
package.json
Normal file
24
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue