Init NPM and install packages
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user