Init NPM and install packages

This commit is contained in:
2023-05-24 12:31:19 +02:00
parent e97e1512cd
commit 3a8f7fdb58
3 changed files with 423 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "toho-mon",
"version": "0.0.1",
"description": "Toho Miku monitoring",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Minz",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"discord-webhook-node": "^1.1.8"
}
}