feat: initial commit
This commit is contained in:
commit
ff4d66c3d3
6 changed files with 530 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "discord-notifications",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Vojtech Mares <iam@vojtechmares.com>",
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"@sentry/node": "^6.19.7",
|
||||
"axios": "^0.27.2"
|
||||
}
|
||||
}
|
||||
Reference in a new issue