1
0
Fork 0

feat: initial commit

This commit is contained in:
Vojtěch Mareš 2022-05-19 13:48:58 +02:00
commit ff4d66c3d3
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
6 changed files with 530 additions and 0 deletions

15
package.json Normal file
View 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"
}
}