18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "toho-mon",
|
|
"version": "0.0.1",
|
|
"description": "Toho Miku monitoring",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"monitor": "node src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Minz",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"dotenv": "^16.0.3"
|
|
}
|
|
}
|